Sha256: 3c696ee18fae027ba224ba7184b2b9cc129446aeb07bb40042a98dfa0ed9c02b
Contents?: true
Size: 223 Bytes
Versions: 572
Compression:
Stored size: 223 Bytes
Contents
define([ "./core", "./traversing" ], function( jQuery ) { // The number of elements contained in the matched element set jQuery.fn.size = function() { return this.length; }; jQuery.fn.andSelf = jQuery.fn.addBack; });
Version data entries
572 entries across 572 versions & 44 rubygems