Sha256: 9b67f4c8d92e4db87825b7a1b4b390a13ab1741c38952773de14e9ce0702bb9b
Contents?: true
Size: 331 Bytes
Versions: 561
Compression:
Stored size: 331 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
561 entries across 504 versions & 12 rubygems