vote up 13 vote down star
25

Which are the most useful jQuery plugins you have used.
List out one per answer(to rank the best plugins individually), and describe what it does as well.

  1. BlockUI - Can block certain elements (or the whole page) during ajax requests.
  2. Form Plugin
  3. JQueryUI
  4. JQuery Validation
  5. TableSorter
  6. Taconite
flag
1  
Shouldn't this be a community wiki? – J-P Jun 1 at 11:47
it is a Wiki now! – Binoj Antony Jun 1 at 11:48
How about accepting an answer :D – Shadi Almosri Jun 11 at 18:35

17 Answers

vote up 5 vote down

jquery.blockUI.js

Can block certain elements (or the whole page) during ajax requests.

There are already topics like these tho..

http://stackoverflow.com/questions/267609/what-are-the-must-have-jquery-plugins

link|flag
vote up 1 vote down

jQuery Taconite, without a doubt

link|flag
vote up 4 vote down

jQuery Form Plugin

http://malsup.com/jquery/form/

link|flag
vote up 8 vote down

Jquery UI

http://jqueryui.com/

From the site:

jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.

link|flag
I agree... However, I wouldn't say jQuery UI is a "plugin"; it's a full on framework IMO. – J-P Jun 1 at 13:22
Its a great example of how a plugin can evolve into something nearly as big (and useful) as the library itself – Pablo Fernandez Jun 3 at 15:48
The new jQuery Tools release is a super lightweight alternative to jQuery UI. 18kb! flowplayer.org/tools/index.html – Mark Hurd Jun 4 at 14:09
The flowplayer tools look very nice - i might give them a shot! :) – Shadi Almosri Jun 5 at 10:27
vote up 2 vote down

jQuery Validation

link|flag
vote up 1 vote down

jQuery clueTip

link|flag
vote up 1 vote down

jwysiwyg > WYSIWYG jQuery Editor

link|flag
vote up 4 vote down

Tablesorter - http://tablesorter.com/docs

link|flag
1  
+1_____________ – antony.trupe Jun 3 at 4:02
+1 for antony.trupe – bastianneu Sep 1 at 13:02
vote up 0 vote down

Douglas Crockford's json plugin - essential for constructing json from javascript objects for ajax requests.

link|flag
1  
Not a jQuery Plugin – Pablo Fernandez Jun 3 at 15:49
You're right - it's not a jquery "plugin". I think it's still worth mentioning though. I know I was scratching my head for a while when trying to figure out how to send data as json. – Rob Jun 5 at 2:31
vote up 1 vote down

I've been very happy with Select Box Manipulation :: Demos

link|flag
vote up 1 vote down

I've been testing recently impromptu and i loved it

http://trentrichardson.com/Impromptu/

link|flag
vote up 0 vote down

Fancybox - very nice image and content viewer :)

link|flag
vote up 2 vote down

Thickbox

http://jquery.com/demo/thickbox/

link|flag
vote up 1 vote down

jQuery Cookie Plugin

From page:
"A simple, lightweight utility plugin for reading, writing and deleting cookies."

link|flag
vote up 1 vote down

Easing

link|flag
vote up 0 vote down

9 useful jquery plugins:

http://9lessons.blogspot.com/2009/08/9-most-useful-jquery-plugins.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.