Skip to content

Instantly share code, notes, and snippets.

@dharmastyle
Created October 30, 2012 10:26
Show Gist options
  • Save dharmastyle/3979479 to your computer and use it in GitHub Desktop.
Save dharmastyle/3979479 to your computer and use it in GitHub Desktop.
$window.bind('resize load', function(){
if(this.isResizing) clearTimeout(this.isResizing);
this.isResizing = setTimeout(function() {
// do stuff..
}, 500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment