Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created May 26, 2012 02:37
Show Gist options
  • Select an option

  • Save andershaig/2791798 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/2791798 to your computer and use it in GitHub Desktop.
Force Refresh Page after AJAX
$(document).bind('didRefreshWidgetContent', function () {
top.location.href = top.location.href;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment