UNPKG

jqbuild

Version:

A command line build tool for jQuery plugins.

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