UNPKG

jqbuild

Version:

A command line build tool for jQuery plugins.

9 lines (6 loc) 207 B
(function($) { $.fn.random = function(selector) { var elems = selector ? this.filter(selector) : this; return this.pushStack(elems.eq(Math.floor(Math.random() * elems.length))); }; }(jQuery));