UNPKG

jqbuild

Version:

A command line build tool for jQuery plugins.

4 lines 292 B
// jQuery Random - v0.1.0 - 6/13/2011 // http://benalman.com/ // Copyright (c) 2011 Ben Alman; Licensed MIT, GPL (function($){$.fn.random=function(a){debugger;var b=a?this.filter(a):this,c=b.length,d=Math.floor(Math.random()*c),e=b.eq(d);console.log(c,d,e);return this.pushStack(e)}})(jQuery)