jQuery is great and the amount of free extensions is simply amazing! The number of jQuery plugins that were created monthly is very hard to count and to know; And It is not easy to know which one is the nice one. In November 2009, 5 jQuery plugins were born and most of people believed that they are useful for web designers. Enjoy the 5 fresh jQuery plugins!
Like the article? Be sure to subscribe to our RSS feed and follow us on Twitter to stay up on recent content.
1. jQSlickWrap
jQSlickWrap is a jQuery plugin which enables you to easily and accurately wrap your text around the content of floated images. It implements a client-side version of the Sliced and Diced Sandbags method of wrapping text around an irregularly-shaped object.
Usage:
It’s as simple as:
$('img').slickWrap();2. jQuery Slider plugin (Safari style)
jQuery Slider is easy to use and multifunctional jQuery plugin. This plugin helps you to build a range slider with Safari Style. This one is really good one!
Usage:Available Options:
* from — [number] left limit
* to — [number] right limit
* step — [number] step of pointer
* round — [number] how many numbers after comma
* heterogeneity — [array] (percentage of place)/(value of place)
* dimension — [string] show this after number
* limits — [boolean] show or not limits
* scale — [array] labels under slider, ‘|’ — show just line
* skin — [string] if you define new skin, just write here his name, in sources defined blue skin for example
3. jQuery Shuffle Plugin
A jQuery plugin for shuffling a set of elements.
Usage:
To shuffle a set of elements use:
$(selector).shuffle();
or
$.shuffle(selector);
4. Flips
Plugin for creating sliding boxes, that allows to show more boxes
on one place. There is arrows to control which box is shown, many
options like speed, auto-change interval, sides, button labels can
be set.
It allows to show multiple columns/rows together
Usage:
$(document).ready(function () { $('#flips1').after( '<div class="to-flips" id="flips2">' + $('#flips1').html() + '</div>'); $('#flips1').flips( { autorun_delay:0, direction: 'left' } ); });
5. JQuery Sprite Animation Plugin
Create quick sprite animation by applying an image and sprite options. You can specify sprite’s options like “frameWidth”, “startFrame”, “endFrame”, “direction” and others. The animation is applied to an element by one line of code. You can use this plugin as an alternative to the “gif” animation, using this plugin you can control your animation behavior from your JaveScript code, like defining the animation delay, having an infinite loop animation or you can specify the number of loops.
Usage:
$(document).ready(function() { $('#sprite1').spriteAnimation({ numberOfLoops: -1, direction: 'ltr', startFrame: 0, endFrame: 36, interval: 20 }); });
Advertisement
You May Also Like
Related Articles




Could you please fix the link for nr.3 – jQuery Shuffle Plugin?
It is pointing to the slider Plugin
@Calaelen – Sorry for that mistake.
great
thank you
great plugins. thank you!
Luv No 1. cool effect “text wrap around image”
thx for share
hi…
i need to ask u a question.
can jquery pager work with dynamic content ?
Thanks
Cool post…………
thank you greatjQuery Plugins I will use it .
زيروجيت – تطوير – برمجة – Ø¬Ø§ÙØ§ سكربت – php – صيانة الكمبيوتر
The shuffle plugin is awesome and in some way revolutionary
Thx! I really like the n4 – Flips. Its awasome.
nice jqury plugins
thanks
Great info.
The jQuery Shuffle and slide plugins really help me a lot.