Skip to content

Instantly share code, notes, and snippets.

@Willianvdv
Last active December 11, 2015 12:59
Show Gist options
  • Save Willianvdv/4604614 to your computer and use it in GitHub Desktop.
Save Willianvdv/4604614 to your computer and use it in GitHub Desktop.
$('body').on('click', '.js-observe-me', function(){
alert("Wow! Nice click!");
});
@reinaris
Copy link

body shoud be 'body'

@Willianvdv
Copy link
Author

Thanks, I've accepted your pull request ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment