Created
March 9, 2017 14:16
-
-
Save fleimisch/5a52fbe0d6c3ecce0b1b143d9a78ea75 to your computer and use it in GitHub Desktop.
Label JS events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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