MCPcopy Index your code
hub / github.com/JsAaron/jQuery / success

Function success

1.2.6/src/ajax.js:400–408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 onreadystatechange();
399
400 function success(){
401 // If a local callback was specified, fire it and pass it the data
402 if ( s.success )
403 s.success( data, status );
404
405 // Fire the global callback
406 if ( s.global )
407 jQuery.event.trigger( "ajaxSuccess", [xhr, s] );
408 }
409
410 function complete(){
411 // Process result

Callers 2

ajax.jsFile · 0.85
onreadystatechangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected