Bastes/jQuery.Random
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
= jQuery Random plugin
Picks element(s) at random in a selection, keepin the original order.
This plugin respects jQuery's chaining conventions, so you can .end() after
manipulating a random selection and get the original selection back.
Use :
$('#whatever .you .like').random();
$('.you_can_event select .more_than_one').random(10);
Licenses under GPLv3 [http://www.gnu.org/licenses/gpl.html] ; keep software free :)