Sha256: 02b53a0b873d484d796cd24cc6b0c12704b01720dd08682068c54e5cb06a0ac3
Contents?: true
Size: 346 Bytes
Versions: 173
Compression:
Stored size: 346 Bytes
Contents
define( [ "../core", "../event" ], function( jQuery ) { "use strict"; // Attach a bunch of functions for handling common AJAX events jQuery.each( [ "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend" ], function( i, type ) { jQuery.fn[ type ] = function( fn ) { return this.on( type, fn ); }; } ); } );
Version data entries
173 entries across 155 versions & 23 rubygems