Skip to content

Instantly share code, notes, and snippets.

@is8r
Created December 18, 2016 12:25
Show Gist options
  • Save is8r/f1fb09afe5f129443e5e79aa90873242 to your computer and use it in GitHub Desktop.
Save is8r/f1fb09afe5f129443e5e79aa90873242 to your computer and use it in GitHub Desktop.
onclick(e) {
e.preventDefault()
var period = e.target.getAttribute('data-period')
var type = e.target.getAttribute('data-period-type')
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment