Created
February 6, 2016 20:47
-
-
Save jeffreysfridge/1cbc1984a29a1e35a144 to your computer and use it in GitHub Desktop.
jQuery trigger event on load and resize window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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