Last active
October 22, 2021 07:23
-
-
Save karamanskiy/99081f556b24bf6c89009f9c7677220a to your computer and use it in GitHub Desktop.
Хендлер при загрузке и ресайзе странички
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
var handler = function() { | |
}; // end handler | |
$(window).bind('load', handler); | |
$(window).bind('resize', handler); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment