Skip to content

Instantly share code, notes, and snippets.

@paulmkoch
Last active August 29, 2015 14:06
Show Gist options
  • Save paulmkoch/7bbcf4568f763515327c to your computer and use it in GitHub Desktop.
Save paulmkoch/7bbcf4568f763515327c to your computer and use it in GitHub Desktop.
Has Data Attribute
// Returns: Boolean - does this element, or one of its parents, have a data attribute?
function() {
return !!{{Get Values from Data Attribute}};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment