Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created March 30, 2017 09:58
Show Gist options
  • Select an option

  • Save jimmy89Li/e8985f7361ddf903f4a140c3418ad464 to your computer and use it in GitHub Desktop.

Select an option

Save jimmy89Li/e8985f7361ddf903f4a140c3418ad464 to your computer and use it in GitHub Desktop.
jQuery resize trigger
$( window ).resize(function() {
...
});
$(function(){
$(window).trigger('resize');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment