All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.bower_components.jquery.src.deprecated.js Maven / Gradle / Ivy

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;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy