3
Apr

I use jQuery a lot in my projects. And I also happen to come across a lot of very interesting plugins often. So I’ve made a list for my own future reference, and now I’m sharing it with you.

This list is more developer-friendly – it focuses on practical/useful plugins, not superficial ones.

Note that this list will be constantly updated, so I recommend you bookmark this post instead of just saving it. If you have any helpful plugins to share, please post them in the comments. :)

Tutorials

These aren’t plugins, but they’re still helpful.

Imaging & Galleries

Design & Presentation enhancers

Navigation

User Interface/Interactions

Widgets

  • Juitter (displays tweets in your site)
  • Delicious (displays delicious booksmarks in your site)

Forms

Tables & Grids

Charts

Miscellaneous

  • jGrowl (Unobtrusive notifications)
  • SimpleModal (Lightbox-like plugin for displaying web pages and forms)
Category : Web Development

2 Responses to “A Developer’s Reference For jQuery Plugins”


Abdullah Hamed April 4, 2009

great man, I will have this page bookmarked.

what would you recommend for a jQuery for creating an animation of adding a new to an . something that maybe pushes the all the entries down and puts the new one on top?

you don’t have to answer that, I will probably going to find something while looking at the links you posted above.

thanks again

Mashhoor Aldubayan April 4, 2009

I don’t think you need a plugin for that. Try using append along with an effect and see if that works. And, of course, you’ll need to use AJAX to fetch new entries. :)