[jQuery] refferencing multiple XMLHttpRequests
The manual states that "$.ajax() returns the XMLHttpRequest that it creates".
How would these objects be referenced?
I want to have multiple ajax calls and be able to execute different ajaxSuccess code on each. Could you provide an example please?
Thank you for your time!
Emi