Sha256: e8333e4cf02799551960a3d4743eee34a3486889bfb9339716ea7deafb7b5224
Contents?: true
Size: 401 Bytes
Versions: 175
Compression:
Stored size: 401 Bytes
Contents
(function ($) { var ready = $.fn.ready; $.fn.ready = function (fn) { if (this.context === undefined) { // The $().ready(fn) case. ready(fn); } else if (this.selector) { ready($.proxy(function(){ $(this.selector, this.context).each(fn); }, this)); } else { ready($.proxy(function(){ $(this).each(fn); }, this)); } } })(jQuery);
Version data entries
175 entries across 175 versions & 1 rubygems