Skip to content

Instantly share code, notes, and snippets.

@marcelovsantos
Last active February 14, 2020 13:42
Show Gist options
  • Save marcelovsantos/ffbcbb5aca9bf13e83f6ecddcbc9a233 to your computer and use it in GitHub Desktop.
Save marcelovsantos/ffbcbb5aca9bf13e83f6ecddcbc9a233 to your computer and use it in GitHub Desktop.
function refreshPage() {
$.ajax({
url: document.location.href,
success: function () {
refreshPage();
}
});
}
refreshPage();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment