Skip to content

Instantly share code, notes, and snippets.

@srinathweb
Created October 21, 2015 09:03
Show Gist options
  • Save srinathweb/3fde668d30cefbe25324 to your computer and use it in GitHub Desktop.
Save srinathweb/3fde668d30cefbe25324 to your computer and use it in GitHub Desktop.
Reload the page after ajax success
$(document).ajaxStop(function(){
setTimeout("window.location = 'otherpage.html'",100);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment