Skip to content

Instantly share code, notes, and snippets.

@jgram925
Last active October 30, 2019 20:49
Show Gist options
  • Save jgram925/0db2689e1fa2c335cb31fc6a26d59faa to your computer and use it in GitHub Desktop.
Save jgram925/0db2689e1fa2c335cb31fc6a26d59faa to your computer and use it in GitHub Desktop.
jQuery Custom Attributes.md

HTML

<a cust_attr="{{ ctxt.val }} href="#">CLICK ME!</a>

jQuery

var cust_attr = $(this).attr('cust_attr');

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