Skip to content

Instantly share code, notes, and snippets.

@alex-boom
Last active February 10, 2019 10:12
Show Gist options
  • Save alex-boom/f3ba8b27a35d60dd2e41b23059a9a964 to your computer and use it in GitHub Desktop.
Save alex-boom/f3ba8b27a35d60dd2e41b23059a9a964 to your computer and use it in GitHub Desktop.
resize-orientationchange
jQuery(window).on('resize orientationchange', function(){
//code here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment