Skip to content

Instantly share code, notes, and snippets.

@tmlangley
Created February 11, 2016 15:51
Show Gist options
  • Save tmlangley/1ad5c218e94c82b0beb7 to your computer and use it in GitHub Desktop.
Save tmlangley/1ad5c218e94c82b0beb7 to your computer and use it in GitHub Desktop.
Do something on resize and load.
$(function() {
$(window).resize(function() {
// Do stuff...
}).trigger('resize');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment