Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save takahirohonda/0e0bcaa1241542e323abdb610c839e14 to your computer and use it in GitHub Desktop.
Save takahirohonda/0e0bcaa1241542e323abdb610c839e14 to your computer and use it in GitHub Desktop.
better-way-to-attach-event-listener-with-vanilla-js-2-jQuery-way.js
$('.radio-input').change((e) => {
console.log(`${e.target.value} is picked`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment