SyntaxFix
Write A Post
Hire A Developer
Questions
BrixenDK is right.
.ajaxStop() callback executed when all ajax call completed. This is a best place to put your handler.
.ajaxStop()
$(document).ajaxStop(function(){ window.location.reload(); });