Skip to content

Instantly share code, notes, and snippets.

@YanTheFawn
Created March 28, 2014 18:39
Show Gist options
  • Save YanTheFawn/9839962 to your computer and use it in GitHub Desktop.
Save YanTheFawn/9839962 to your computer and use it in GitHub Desktop.
$(document).on('click', function(e){
if ($(e.target) == $('.learn-more-btn')){
console.log('yo, they're the same element!')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment