-
Viewing All "jquery" Posts
-
revsystems/jQuery-SelectBox - GitHub
Best jQuery-plugin yet!
-
A Bit Better Hint

I’ve been using the jQuery-hint-plugin from Remy Sharp for a while now, but I think it needed a small touch. Watching people use these fields I’ve learned that most of them will start typing (looking at the keyboard) and quickly hit tab to go to the next field, where they’ll be left in the dark because the hint was already hidden. It could be a bit slicker code-wize, but I think it works pretty neat already.
-
Public functions from within a jQuery plugin
This took way too long to find!
-
jQuery Reel Plugin
-
Nivo Slider - The Most Awesome jQuery Image Slider
-
ColorBox - customizable lightbox plugin for jQuery 1.3 & 1.4
-
NaN-fix for jquery.color
Change:
if (fx.state == 0)
To:
if (fx.state == 0 ||
fx.start.constructor != Array ||
fx.end.constructor != Array)
Sometimes when this code is executed. fx.State is not 0, but fx.start and fx.end haven’t been initialized as RGB arrays. In the updated code, we initialize the fx.start and fx.end arrays if they haven’t been initialized.
-
21 Simple and Useful jQuery Tutorials You Might Have Missed | Queness