views:

1365

answers:

21

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
+8  A: 

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

Thomas Stock
+2  A: 

jQuery Taconite, without a doubt

Philippe Leybaert
+5  A: 

jQuery Form Plugin

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

altCognito
+12  A: 

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.

Shadi Almosri
I agree... However, I wouldn't say jQuery UI is a "plugin"; it's a full on framework IMO.
J-P
Its a great example of how a plugin can evolve into something nearly as big (and useful) as the library itself
Pablo Fernandez
The new jQuery Tools release is a super lightweight alternative to jQuery UI. 18kb! http://flowplayer.org/tools/index.html
Mark Hurd
The flowplayer tools look very nice - i might give them a shot! :)
Shadi Almosri
+3  A: 

jQuery Validation

chaos
+1  A: 

jQuery clueTip

chaos
+1  A: 

jwysiwyg > WYSIWYG jQuery Editor

Andrija
+5  A: 

Tablesorter - http://tablesorter.com/docs

GreenieMeanie
+1_____________
antony.trupe
+1 for antony.trupe
bastianneu
A: 

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

Rob
Not a jQuery Plugin
Pablo Fernandez
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
+1  A: 

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

slolife
+1  A: 

I've been testing recently impromptu and i loved it

http://trentrichardson.com/Impromptu/

Jhonny D. Cano -Leftware-
+1  A: 

Fancybox - very nice image and content viewer :)

sasa
+1  A: 

Thickbox

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

mgroves
This plugin has been retired.
LBushkin
man, that sucks :(
mgroves
+3  A: 

jQuery Cookie Plugin

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

gabtub
+1  A: 

Easing

Arnis L.
+1  A: 

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.
LBushkin
A: 

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.

Jimmie Lin
A: 

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.

ndp
A: 

Cycle :P http://jquery.malsup.com/cycle

Alex