Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jquery/jquery
/ ajax.js
File
ajax.js
test/unit/ajax.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
QUnit.module(
"ajax"
, {
2
afterEach:
function
() {
3
jQuery( document ).off(
"ajaxStart ajaxStop ajaxSend ajaxComplete ajaxError ajaxSuccess"
);
4
moduleTeardown.apply( this, arguments );
Callers
nothing calls this directly
Calls
9
addGlobalEvents
Function · 0.85
url
Function · 0.85
request
Function · 0.85
nocallback
Function · 0.85
createStatusCodes
Function · 0.85
countComplete
Function · 0.85
done
Function · 0.70
callback
Function · 0.70
jQuery
Function · 0.50
Tested by
no test coverage detected