5 Fresh and Useful jQuery Plugins Were Born in November 2009
Spread it!
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!
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 }); });
37 User Comments
Trackbacks/Pingbacks
-
-
23. Nov, 2009
[...] This post was mentioned on Twitter by Web Design News, Gaurav Nanda. Gaurav Nanda said: 5 Fresh and Useful jQuery Plugins Were Born in November 2009 http://bit.ly/5ymNmW [...]
-
-
23. Nov, 2009
[...] the original here: 5 Fresh and Useful jQuery Plugins Were Born in November 2009 Related [...]
-
-
23. Nov, 2009
[...] This post was Twitted by derblub [...]
-
-
23. Nov, 2009
[...] This post was mentioned on Twitter by WebDesignFan.com, Angela Lo Rosso. Angela Lo Rosso said: 5 Fresh and Useful jQuery Plugins Were Born in November 2009 http://bit.ly/4wDO81 // @cristianvasile (via @webdesignfan) [...]
-
-
23. Nov, 2009
[...] This post was Twitted by orphicpixel [...]
-
-
23. Nov, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 Submitted by lamnguyen [...]
-
-
23. Nov, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 | AEXT.NETaext.net [...]
-
-
24. Nov, 2009
[...] this article: 5 Fresh and Useful jQuery Plugins Were Born in November 2009 | AEXT.NET 23 November 2009 | Uncategorized | Trackback | del.icio.us | Stumble it! | View Count : 0 Next [...]
-
-
24. Nov, 2009
[...] This post was Twitted by saadbassi [...]
-
-
24. Nov, 2009
[...] This post was Twitted by GrAfIcAnDo_Net [...]
-
-
24. Nov, 2009
5 Fresh and Useful jQuery Plugins Were Born in November 2009…
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!
…
-
-
24. Nov, 2009
[...] This post was Twitted by chadMueller [...]
-
-
24. Nov, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 | AEXT.NET [...]
-
-
25. Nov, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 | AEXT.NET [...]
-
-
25. Nov, 2009
[...] This post was Twitted by steamfrog [...]
-
-
25. Nov, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 [...]
-
-
25. Nov, 2009
[...] This post was Twitted by webdesignblog09 [...]
-
-
26. Nov, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 | AEXT.NET [...]
-
-
26. Nov, 2009
[...] This post was Twitted by lescano_german [...]
-
-
26. Nov, 2009
[...] via AEXT.NET [...]
-
-
26. Nov, 2009
[...] More: 5 Fresh and Useful jQuery Plugins Were Born in November 2009 [...]
-
-
27. Nov, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 [...]
-
-
29. Nov, 2009
[...] 5 fresh and useful jQuery plugins were born in November 2009 [...]
-
-
04. Dec, 2009
[...] 5 Fresh and Useful jQuery Plugins Were Born in November [...]
-
-
12. Mar, 2010
[...] 5 Fresh and Useful jQuery Plugins Were Born in November 2009 [...]














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.