Skip to content

Instantly share code, notes, and snippets.

@atomize
Created March 1, 2012 07:10
Show Gist options
  • Save atomize/1947960 to your computer and use it in GitHub Desktop.
Save atomize/1947960 to your computer and use it in GitHub Desktop.
jQuery reload window on resize
$(window).bind('resize',function(){
     window.location.href = window.location.href;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment