Last active
May 29, 2016 04:43
-
-
Save nishinoshake/27e8be3f33bb10455a76 to your computer and use it in GitHub Desktop.
jQueryでイベントに名前をつける
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
$(".button").on("click.sub", function(){}); | |
$(".button").off("click.sub") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment