SyntaxFix
Write A Post
Hire A Developer
Questions
You use the ajaxStop to execute code when the ajax are completed:
$(document).ajaxStop(function(){ setTimeout("window.location = 'otherpage.html'",100); });