Skip to content

Instantly share code, notes, and snippets.

@karamanskiy
Last active October 22, 2021 07:23
Show Gist options
  • Save karamanskiy/99081f556b24bf6c89009f9c7677220a to your computer and use it in GitHub Desktop.
Save karamanskiy/99081f556b24bf6c89009f9c7677220a to your computer and use it in GitHub Desktop.
Хендлер при загрузке и ресайзе странички
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