jQuery.info
Découvrir et utiliser jQuery, la librairie javascript du XXIIème siècle
Articles
-
6 septembre, par Sam
The docs seem to be down again (and last night as far as I can
remember).
Is there really no mirror?
-
6 septembre, par nsanden
I have an html login form I want to present through blockui
How can i unblock the ui, when a user clicks the ui? In otherwords, if
the user decides they don't want to login after-all, instead of having
to click a cancel button, i want the option of being able to unlock it
by clicking (...)
-
5 septembre, par Kevin
I noticed that the search icon sprite has its states 1px too close
together--if you look closely at the bottom edge of the magnifying
glass, you can just barely make out the top edge of the over state for
this button (its a line of light gray). The site itself looks so great
that this thing (...)
-
5 septembre, par ch2450
Hi,
I'm trying to build a small and simple chat using MySQL, PHP and
jQuery.
What I'm doing is that every two seconds (--> setInterval) I call (-->
$.ajax) a php code that will echo the 20 most recent posts (stored in
the db) to the "success" option of the $.ajax function. This (...)
-
5 septembre, par Vishal
if(f = $('product_sort_'+p_nId))
for(var i=0; i f.options.length; i++)
if(f[i].selected)
var temp = new Option(f[i].text,f[i].value,tr ue);
if(p_nDirection == 0 && f[i+1] != null )
f[i] = new Option(f[i+1].text,f[i+1].valu e,false);
f[i+1] = temp;
else if(p_nDirection (...)