5 New Useful jQuery Plugins For Your Next Projects
Spread it!
This entry is in jQuery Plugins series that the readers love very much. Today, I would like to recommend you 5 new and useful jQuery Plugins that you should consider using for your next projects. Check out other posts in this series if you want more enjoyment.
MopBox
MopBox is similar to other jQuery box plugins. It overlays the DIV content, flash, image … on the current page. The display box can be moved by dragging and video and most interesting is the box have an awesome scroll-bar to change the display. It has been tested and works with all current major web browsers.
This plugin requires jQuery UI to enable draggable, resizeable features.
Basic Usage:
<script type="text/javascript"> $(document).ready(function(){ $("#demoBtn").mopBox({'target':'#demo', 'w':270, 'h':240}); }); </script>
Roundabout
Roundabout is a jQuery plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. Using Roundabout to animate your static HTML elements: turn-around, make a wheel… or even an angry man.
Basic Usage:
<script type="text/javascript"> // <![CDATA[ $(document).ready(function() { $('ul#myRoundabout').roundabout(); } // ]]> </script>
Meerkat
Meerkat is a jQuery plugin created to slide or fade content in from the top or bottom of the browser window and remain in its fixed position while the rest of the page will scroll normally. It’s using cookie to track if users don’t want to show the content again.
Basic Usage:
<script type="text/javascript"> $(document).ready(function(){ meerkat({ close: '.close-meerkat', meerkatPosition: 'bottom', animation: 'slide', animationSpeed: 'slow', height: '100px', background: '#463c30' }); }); </script>
jquery.behavior
jQuery.Behavior helps you organize your JavaScript code into logical chunks called “behaviors”. It is a class that defines how a DOM object (and its contents, surroundings, etc.) will behave. Using behaviors, your complex web application can become a simple system of JavaScript classes.
Tutorial and Script by Rod Petrovic
jMaxInput
jMaxInput allows you to limit the input size of a textarea like it is done in Twitter. You already know how Twitter limits the input text by 140 chars, so this plugin help you to do the same.
Basic Usage:
<script type="text/javascript"> $(document).ready(function(){ $("#div").maxinput(); }); </script>
Related Posts
- Why Do We Love These 5 Fresh and Awesome jQuery Plugins?
- 5 Fresh and Useful jQuery Plugins Were Born in November 2009
- 5 Fresh and Useful jQuery Plugins You Should Try
- Don’t Miss Out Latest 10 jQuery Plugins Before Closing The Year 2009
- Learning jQuery: Optimize Using Modal Window or Dialog Box in JQuery UI
37 User Comments
Trackbacks/Pingbacks
-
-
20. Dec, 2009
[...] This post was mentioned on Twitter by Lam Nguyen, Who Freelance. Who Freelance said: RT @prlamnguyen 5 New Useful jQuery Plugins For Your Next Project | AEXT.NET http://bit.ly/4qaMxa [...]
-
-
20. Dec, 2009
Social comments and analytics for this post…
This post was mentioned on Twitter by prlamnguyen: 5 New Useful jQuery Plugins For Your Next Project | AEXT.NET http://bit.ly/4qaMxa...
-
-
20. Dec, 2009
[...] 55 New Useful jQuery Plugins For Your Next Projects [...]
-
-
21. Dec, 2009
[...] 5 New Useful jQuery Plugins For Your Next Projects | AEXT.NET [...]
-
-
21. Dec, 2009
[...] 5 New Useful jQuery Plugins For Your Next Projects | AEXT.NETaext.net [...]
-
-
21. Dec, 2009
[...] here: 5 New Useful jQuery Plugins For Your Next Projects | AEXT.NET 20 December 2009 | Uncategorized | Trackback | del.icio.us | Stumble it! | View Count : 0 Next [...]
-
-
21. Dec, 2009
5 New Useful jQuery Plugins For Your Next Projects…
The recommendation of 5 new and useful jQuery Plugins that you should consider using for your next projects….
-
-
21. Dec, 2009
[...] 5 New Useful jQuery Plugins For Your Next Projects Submitted by lamnguyen [...]
-
-
21. Dec, 2009
[...] In: JQuery plugins 22 Dec 2009 Go to Source [...]
-
-
22. Dec, 2009
[...] Shared 5 New Useful jQuery Plugins For Your Next Projects | AEXT.NET. [...]
-
-
22. Dec, 2009
[...] 55 New Useful jQuery Plugins For Your Next Projects [...]
-
-
22. Dec, 2009
[...] 55 New Useful jQuery Plugins For Your Next Projects [...]
-
-
22. Dec, 2009
[...] 5 New Useful jQuery Plugins For Your Next Projects | AEXT.NET [...]
-
-
27. Dec, 2009
[...] 5 New Useful jQuery Plugins For Your Next Projects [...]
-
-
05. Jan, 2010
[...] 55 New Useful jQuery Plugins For Your Next Projects [...]

















Very nice list, I like the Maxinput one.
Good share.
Very glad not to see yet another jQuery gallery plugin. Very nice, refreshing, list.
nice list
Really useful. Thanks for sharing them
Nice post
Thank for your interesting
Glad to know you enjoy this post!
Wow, IT technology rocks, it’s a science that you never stop learning, great information about new pluggins, thanks!
Thanks for your great list!
Great list, thanks for sharing!
great plug-in i bookmarked them i will use in my future projects
creative monster~, keep it up, budy~
Man jQuery can be so fun to implement onto new projects, great stuff!
There are so many JQuery plugins that are constantly popping up. It’s nice to see a small usable list.
Need to add a few of these to my stockpile of jquery stuff now.
RoundAbout is awesome.
Thanks for this list.
I have recently developed a jQuery plugin that allows you to easily add LaTeX to your website easily, given an equation.
It’s called jsLaTeX and you can download it from here: http://knowledge-aholic.blogspot.com/2009/12/jslatex-jquery-plugin-to-directly-embed.html
The plugin also allows you to change the default engine it uses to render the equation.
Although it’s not the ‘flashiest’ of plugins, I think it’s very helpful for people who wish to embed LaTeX into their websites.
cood collection
nice informat10n …thank you
Meerkat is my favorite. Definitely use it for Navigation or promotion.
Great pulgins i will try to install in my blogspot.thanks for sharing these valuable plugins,
Thank you so much … i’m gonna use it in the next project
Thanks for this list, always fund of new pluggins =)
Thank you!