Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:43
Show Gist options
  • Save nishinoshake/27e8be3f33bb10455a76 to your computer and use it in GitHub Desktop.
Save nishinoshake/27e8be3f33bb10455a76 to your computer and use it in GitHub Desktop.
jQueryでイベントに名前をつける
$(".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