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.
Like the article? Be sure to subscribe to our RSS feed and follow us on Twitter to stay up on recent content.
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>
Advertisement
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>
Advertisement
You May Also Like
Related Articles






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!