Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
0answers
8 views
jQuery options for method stop working
I'm not sure if the question were asked already but I've live example so I hope my question may be useful. Here I've custom plugin for jQuery:
(function($){
jQuery.alertSay = function(options){
...
0
votes
2answers
11 views
Can't update data-attribute value - Jquery
Although there are some examples about this on the web, it does not seem to work correctly. I can't figure out the problem.
I have this simple html
<div id="foo" data-num="0"></ ...
0
votes
1answer
29 views
Parse Json, error in the executing
I'm trying to execute a javascript request:
var s = document.createElement('script');
s.src = "https://api.instagram.com/v1/media/popular?client_id=" + client_id + "&count=12";
...
0
votes
0answers
8 views
PHP/JS Modifying Caman plugin
I have just downloaded an all-in-one version of CamanJS, the script used for applying filters to images using JavaScript. The version I downloaded was for use with Drag and Drop images for uploading. ...
0
votes
0answers
15 views
loading dynamic images using jquery slider options?
At the moment I am having big problems with flexslider populating the slider with this script. It basically is to inconsistent in loading time and doesnt always load every url image from the script.
...
0
votes
1answer
18 views
returned json data from table always repeats the one before last
I have a div which uses long polling to update with table data, it all works except when I enter a new piece of text, the text that was inserted before that always appears first and then what I just ...
0
votes
0answers
18 views
why the value i increase by own i this loop while fetching the data from sqlite?
can you please suggest me why the value of i increase by own when i am fetching data from data base . Actually i am fetching data from table in phone gap .But along with i also count the number of ...
0
votes
0answers
14 views
Jquery Validate To determine valid mail alias?
Guys is there any standard pattern to determine entered string is valid for mailbox i mean when you want to register an email you can't do several things like mail can't start with number or dash or ...
0
votes
0answers
4 views
carouselfred plugin get stuck whenever I try to scroll the page
In this URL www.mydubaitrip.com/dubai/deira/dubai-flora-grand-hotel.aspx
I used carouselfred for the banner image. My problem is whenever I try to scroll past the page (let's say, until the maps and ...
0
votes
2answers
32 views
how to merge 2 rows together WITH 2 rows in html table?
I am not so good in English, to express myself, so I show it with examples to you!
Here is my HTML table with code:
<table border="1">
<tr id="tr1_1">
<td ...
0
votes
0answers
12 views
Rails: Javascript not working in Production
So far here's what I've done.
I loaded assets in the Capfile: js still not working
http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets
I moved coffee-rails from the assets to the ...
-4
votes
0answers
27 views
Methods of how to call a page like this? [on hold]
Example:
pop up images facebook url
http://www.facebook.com/photo.php?fbid=10150217223114971&set=a.10150217223099971.65865.11239244970&type=1&theater
how to make like this??
page load ...
0
votes
0answers
22 views
jQuery ajax login with json post over php and back
i looked 324234 times on the script and other people login jquery ajax json scripts ,and tryed to figure out to make it work proprley but i dont really understand to much :/
i want to use ajax jquery ...
-1
votes
0answers
27 views
Call one one script at a time from masterpage
I am using a master page that has two scripts:
<script src="was/Mark.js" type="text/javascript"></script>
and
<script src="was/Mark1.js" type="text/javascript"></script>
...
0
votes
0answers
6 views
Popup menu not working properly in phonegap android
I have created an Popup menu in the app and when I click on the button first time popup menu appears and when I click out side the popup menu it should be close but it move down side I have tried the ...