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.
These aren’t plugins, but they’re still helpful.
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
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.