Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeffreysfridge/1cbc1984a29a1e35a144 to your computer and use it in GitHub Desktop.
Save jeffreysfridge/1cbc1984a29a1e35a144 to your computer and use it in GitHub Desktop.
jQuery trigger event on load and resize window
$(window).on('load resize', function () {
// Function Here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment