vote up 30 vote down star
43

I'm still getting into JQuery. One of the most attractive elements is the plethora of available plug-ins and controls!

Of late, I've been a big fan of the Accordion. When styled and combined with some of the better animations it looks great. I've also just been introduced to the coda-slider, which also does an great job.

Help me learn! List your favorite JQuery controls and plug-ins!

flag
Here we go again, another jQuery fan. – Luca Matteis Feb 11 at 20:00
I like the this, but you may get slammed for not making this a community wiki. It's subjective and not a real question – Micah Feb 11 at 20:03
2  
Did you seriously mark this as offensive because it is about jQuery? One thing is being a fan of a superb product, but blind hatred of it for no reason whatsoever is much worse. – Paolo Bergantino Feb 11 at 20:05
Offensive? Come on! – Andrew Rollings Feb 11 at 20:06
Shouldn't this be community wiki? – Kezzer Feb 11 at 20:06
show 8 more comments

18 Answers

vote up 12 vote down

Here are two plugins that I frequently use (I'm biased because I wrote them).

  • Timeago: Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
  • Flexselect: Flexselect is a jQuery plugin that turns select boxes into flex-matching incremental-finding controls. Think of it as Quicksilver squished into a select box.

Here are some other's that I really like and use quite frequently:

  • Facebox: Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages. It's simple to use and easy on the eyes.
  • jGrowl: jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works.
  • Form Example: This is a jQuery plugin to populate form inputs with example text that disappears on focus.
  • Live Query: Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.
  • Form: The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.
link|flag
1  
Timeago is awesome! Started writing you an e-mail a while back to suggest changing the timeout function to depend on how fresh the timestamp is (e.g. don't bother updating every minute if the timestamp is "10 days ago"), but figured it probably would cost more in extra computation time than it would save in being executed less. Anyway - yeah - Timeago is great! – Dominic Rodger May 1 at 12:10
1  
Flex select is awesome! – crunchyt May 27 at 2:53
vote up 11 vote down

I love jGrowl. It really exemplifies unobtrusive JS for me :)

link|flag
Oh that's awesome! I've been looking using jQuery for a while but missed this one. thanks! – slothbear Feb 11 at 22:41
vote up 10 vote down

I really like the Autocomplete plugin. I'm using it to replace dropdowns with lots of potential options and to provide a mechanism to prevent duplicate data insertion.

link|flag
I absolutely love this plugin. Does a great job. – sestocker Jun 30 at 1:48
vote up 10 vote down

The Masked Input plugin is one of my favorites. Allows you to easily add guidelines for people to input things, and client-side validation to prevent them from typing the wrong characters. It creates a formatted layout and fills it in as they type which is really nice.

screenshot

link|flag
vote up 9 vote down

Hands down the Dialog control for me. I've always hated popups and I hardly use them anymore.

link|flag
easy to use and effective. – pomarc May 1 at 11:39
vote up 6 vote down

TableSorter

http://tablesorter.com/docs/

link|flag
vote up 6 vote down

jqGrid is simply the best and most flexible grid I have seen. It has, without a doubt, made my current project much easier. Ajax friendly, extendable, under active development. I can't find anything else that comes close.

link|flag
vote up 6 vote down

I use DatePicker on all my input fields that should contain dates. It looks very sharp. I did modify it a bit to fix a bug with reading back from the input. Beyond that it works very well.

Flot is another plugin I've taken to using more (and I think SO uses it too on the user rep page). It's a graphing plugin that supports all kinds of data sets, very useful for showing statistics visually.

Levitip is useful for hover boxes, I use it a lot within forms to give more details about a field.

Lasty Facebox replaces any need for pop-up windows anymore.

link|flag
vote up 4 vote down

Check out asmselect! It makes it easier for users to select multiple items and know what was already selected and remove them if desired

If you are really interested in finding some more jquery plugins check this out.

link|flag
1  
i prefer this way .... scotthorlbeck.com/code/tochecklist – Bruce Aldridge Feb 15 at 22:04
vote up 4 vote down

Here is a good collection of jQuery plugins

link|flag
vote up 4 vote down

I am a big fan of BeautyTips

link|flag
vote up 3 vote down

This Context Menu plugin is a must have. It works great.

link|flag
vote up 2 vote down

I am using flot, a charting and plotting library. I'm using it in many projects now and it's fast, stable and the produced charts are quite good looking.

I have embedded cluetip in a .NET web control and I am using extensively on many projects.

link|flag
vote up 1 vote down

Flexigrid is a terrific grid plugin.

link|flag
vote up 1 vote down

uiToaster is pretty cool, and the whole jqueryUI suite

link|flag
vote up 1 vote down

hoverIntent. It's basically a replacement for mouseover/mouseout. It waits until your mouse slows down before it fires the events so you don't accidentally fire off ajax calls inside of a mouseover.

I made a blog post about how I'm using it.

link|flag
vote up 1 vote down

I really like the jQuery tools from flowplayer. The default look and feel is quite nice.

link|flag
vote up 1 vote down

I like the jquery validation plugin.

link|flag

Your Answer

Get an OpenID
or

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