Skip to content

Instantly share code, notes, and snippets.

@rolka
Created March 17, 2014 08:55
Show Gist options
  • Save rolka/9595980 to your computer and use it in GitHub Desktop.
Save rolka/9595980 to your computer and use it in GitHub Desktop.
jQuery: resize
$(window).resize(function() {
alert("ola");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment