views:

122

answers:

6

jQuery plugins are great, except this is about a billion or so of them1, and most of them however will fade into the background noise of the rest. What are those plugins that are so useful that they should be incorporated into jQuery or jQueryUI (if it's a UI/effect type) or included in a jQuery bundle?

1- billion is just a rough estimate

+12  A: 

None. The reason jQuery is good is because it is lightweight and extensible.

cletus
+1  A: 

bgiframe should be included with jQuery UI to help with dialogs and ie6

see: http://docs.jquery.com/UI/API/1.7/Dialog#option-bgiframe

Adrian
+1  A: 

Textbox hinting would be a very nice addition to jQuery UI. Something like coolinput

Philippe Leybaert
+2  A: 

I kind of agree with Cletus, but instead of taking the hardline keeps it super tight, why now have a third "jQuery Essentials" and include things like JavascriptServerTemplates in it. The good thing about having such a package is that it could focus the effort on things so that there aren't 19 ways to do a section of a page that turns into a button when you mouse over it, just one that works.

Some guy is aparently trying to create this - http://flowplayer.org/tools/index.html;

stevedbrown
A: 

I find Masked Input plugin very useful in almost any project.

Milan Babuškov
A: 

It would be nice to have Filament Group's Menu plugin in JQueryUI

Nathan Moos