Skip to content

Instantly share code, notes, and snippets.

@ituki
Created December 25, 2013 03:24
Show Gist options
  • Save ituki/8119930 to your computer and use it in GitHub Desktop.
Save ituki/8119930 to your computer and use it in GitHub Desktop.
addClassした要素をクリックするjQuery ref: http://qiita.com/ituki_b/items/6588fce4084b27e2f4d6
$('.alert').click(function() {
$(document).on("click",'.alert',function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment