Skip to content

Instantly share code, notes, and snippets.

@hadijaveed
Created October 18, 2016 20:06
Show Gist options
  • Save hadijaveed/019fa2b50a1b6936e505dd69b0ef16f1 to your computer and use it in GitHub Desktop.
Save hadijaveed/019fa2b50a1b6936e505dd69b0ef16f1 to your computer and use it in GitHub Desktop.
$('div[name="some"]').on('click', () => {
console.log('div have been clicked !');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment