ajaxstop() 和 ajaxcomplete()的区别
ajaxStop is triggered when the number of outstanding ajax requests
reaches zero. ajaxComplete is triggered after each response is
received. ajaxComplete is also passed the XHR and the settings
object.
reaches zero. ajaxComplete is triggered after each response is
received. ajaxComplete is also passed the XHR and the settings
object.