up vote 30 down vote favorite
36
share [g+] share [fb]

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
link|improve this question
1  
Shouldn't this be a community wiki? – 999 Jun 1 '09 at 11:47
it is a Wiki now! – Binoj Antony Jun 1 '09 at 11:48
How about accepting an answer :D – Shadi Almosri Jun 11 '09 at 18:35
feedback

21 Answers

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|improve this answer
I agree... However, I wouldn't say jQuery UI is a "plugin"; it's a full on framework IMO. – 999 Jun 1 '09 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 '09 at 15:48
1  
The new jQuery Tools release is a super lightweight alternative to jQuery UI. 18kb! flowplayer.org/tools/index.html – Mark Hurd Jun 4 '09 at 14:09
The flowplayer tools look very nice - i might give them a shot! :) – Shadi Almosri Jun 5 '09 at 10:27
feedback

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|improve this answer
feedback

Tablesorter - http://tablesorter.com/docs

link|improve this answer
1  
+1_____________ – antony.trupe Jun 3 '09 at 4:02
+1 for antony.trupe – bastianneu Sep 1 '09 at 13:02
feedback

jQuery Cookie Plugin

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

link|improve this answer
feedback

jwysiwyg > WYSIWYG jQuery Editor

link|improve this answer
feedback

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

link|improve this answer
feedback

Fancybox - very nice image and content viewer :)

link|improve this answer
feedback

Thickbox

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

link|improve this answer
1  
This plugin has been retired. – LBushkin Dec 17 '09 at 19:44
man, that sucks :( – mgroves Dec 18 '09 at 13:32
feedback

Here are several jQuery plugin's that I've found to be excellent and broadly useful:

  1. jqGrid - a powerful AJAX enabled grid with support for editing, sorting, async loading, and much more.
  2. FlexBox - a dropdown box replacement with support for combobox behavior and ajax functionality.
  3. Superfish - a plugin that helps with the creations of semantic, css-only vertical/horizontal menus.
  4. Collapsible Div - pretty much what the name says; support animation, events, and accordion behavior.
link|improve this answer
feedback

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

link|improve this answer
1  
Not a jQuery Plugin – Pablo Fernandez Jun 3 '09 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 '09 at 2:31
feedback

qTip (http://craigsworks.com/projects/qtip/) - simple piece of code makes all tooltips look beautiful.

http://jeffrey-way.com/introducing-jwannounce/ is also a useful one for site announcements.

link|improve this answer
feedback

http://docs.jquery.com/Plugins/livequery is essential when you are building up pages from multiple Ajax requests. Beyond the current $().live() functionality, you can be notified when new selectors show up in the DOM. Super convenient.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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