jQuery is a cross-browser JavaScript library created by John Resig, aimed at providing abstractions for common client-side tasks such as DOM traversal, event handling, animation and Ajax. jQuery also provides a platform to create plugins that extend jQuery's capabilities, beyond those already ...

learn more… | top users | synonyms (1) | jquery jobs

0
votes
1answer
12 views

Delay Loading Javascript to speed my Joomla

I'm using joomla site, and Forced to use extra java script. My Question is: How to force loading the javascript ONLY after page complete I dont mean DELAY them, But make them in Queue till the page ...
0
votes
0answers
14 views

how to put ajax loader while image loads itself

how to use ajax loader is my question i am new to ajax. i have a function which work to change image when user click on thumbnail image but image are heavy so i want ajax till the second image load ...
-1
votes
0answers
11 views

jQuery ajax request sending multiple arrays and accessing there values in php script

I am trying to pass multiple arrays to my script and from there I will insert these array values in database. In Branches_Control.php I want to save these array values in PHP variables and then pass ...
1
vote
5answers
31 views

getting unmatched values from 2 arrays jquery?

Suppose we have 2 Arrays say : A [] => 1 2 3 4 5 B [] => 1 2 7 4 5 is there any method in jQuery which will give the unmatched values of 2 arrays in this case : Result [] => 3 7
0
votes
1answer
13 views

Using Labjs i get a “$ is not defined” error but the js still works, not sure why :(

i'm using LABjs for some parallel js loading goodness. But, for some odd reason, i get a error in the debugging console of "$ is not defined". My code is as follows: <script> ...
1
vote
1answer
27 views

stats is not defined

This code load the content of the php file with the parameter: online and name and print them dynamic every 0.2s, the whole code works, but it says that " stats " is not defined in internet explore, ...
0
votes
3answers
15 views

Preloading 100's of images in Wordpress with only one HTTP request

I have a JSON file referencing about 300 images used in an animation displayed within my Wordpress theme. In my header.php, I'm using the following jQuery to preload all images on DOM load. function ...
0
votes
0answers
17 views

jquery - live - ajax - success issue

I have a table in a php file: <table> for($x=0;$x<$total;$x++) { <tr> <td><span id="utype-<?=$array[$x]['unique_id']?>">ADMIN</span></td> ...
0
votes
0answers
8 views

themeing jqueryUI dialog buttons not effect

i create a dialog(A) but the buttons go under the other buttons . but i want buttons set beside others like dialog(B). which style need to add or remove or change . thanks. Image Lnk enter link ...
-1
votes
2answers
20 views

Comparing 2 ul list item in jquery?

How we compare (comparing through class) 2 ul listitems through jquery, i can do this through loops but i want the best way to do this ( using some jquery method)?
1
vote
1answer
27 views

jQuery toggle on different area

I am trying to copy the Like button of Facebook, but the problem is on the specific place to click to change the button. When it's not yet liked, the user should click anywhere on the button and the ...
2
votes
5answers
31 views

jQuery submit() will not work for me undefined property?

This is what I got: <form method="post" id="myform" class="myform"> <input type="submit" onclick="return claim();" name="submit" class="onsubmit" value="" /> </form> function ...
1
vote
1answer
10 views

jquery setting dynamic background and hover not working with some issue

I have a big sprite image, and i just set this image as background to my 30 no.of li's background. after set the backgroud, while the hover, just i want to minus the y position to 70px, so it will ...
1
vote
0answers
12 views

jquery ui multiselect does not work with multiple + single select

i am using this plugin http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/#single for multiselect, and wishfully for single select also, in the same page. basically i have 2 selects ...
1
vote
1answer
15 views

Cookie read and write issue- jQuery to JSP

using jQuery cookie plugin I create cookie: $.cookie('uom', '1-23-235(K)'); When I read it from JSP, it Return me only the following 1-23-235 and if I remove parentheses while creating cookies, ...

1 2 3 4 5 12327
15 30 50 per page