HOME


Mini Shell 1.0
DIR:/home/drsekaran/public_html/admin/vendors/parsleyjs/bower_components/jquery/src/
Upload File :
Current File : /home/drsekaran/public_html/admin/vendors/parsleyjs/bower_components/jquery/src/deprecated.js
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;

});