Skip to content

Instantly share code, notes, and snippets.

@fleimisch
Created March 9, 2017 14:16
Show Gist options
  • Save fleimisch/5a52fbe0d6c3ecce0b1b143d9a78ea75 to your computer and use it in GitHub Desktop.
Save fleimisch/5a52fbe0d6c3ecce0b1b143d9a78ea75 to your computer and use it in GitHub Desktop.
Label JS events
$(window).bind("resize.rainbows", function(e){
// do something when any span.rainbows element resizes
});
$(window).unbind("resize.rainbows");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment