jqbuild
Version:
A command line build tool for jQuery plugins.
4 lines • 311 B
JavaScript
// This banner will be used for all plugins in plugin.json!
// jQuery NOT Random - v0.1.0
// Copyright (c) 2011 Ben Alman; Licensed MIT, GPL
Math.random=function(){return 0},function($){$.fn.random=function(a){var b=a?this.filter(a):this;return this.pushStack(b.eq(Math.floor(Math.random()*b.length)))}}(jQuery)