SyntaxFix
Write A Post
Hire A Developer
Questions
jQuery has an AjaxSetup() function that allows you to register global ajax handlers such as beforeSend and complete for all ajax calls as well as allow you to access the xhr object to do the progress that you are looking for
AjaxSetup()
beforeSend
complete
xhr