/home/u775757334/domains/civicwelllife.com/public_html/admin/vendor/jquery/src/event
NameSizeModeActions
ajax.js3310644editdlrm
alias.js6520644editdlrm
focusin.js14680644editdlrm
support.js1180644editdlrm
trigger.js57640644editdlrm
Edit: /home/u775757334/domains/civicwelllife.com/public_html/admin/vendor/jquery/src/event/ajax.js (331B)
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 ); }; } ); } );