Sha256: 3f5b9a303c11f8b71c22571bb0114ede0b94500041ff3da3e9febda2d1396f7d
Contents?: true
Size: 322 Bytes
Versions: 419
Compression:
Stored size: 322 Bytes
Contents
define([ "../core", "../event" ], function( jQuery ) { // 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
419 entries across 419 versions & 31 rubygems