Skip to content

Instantly share code, notes, and snippets.

@timhobbs
Created November 21, 2012 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhobbs/4127039 to your computer and use it in GitHub Desktop.
Save timhobbs/4127039 to your computer and use it in GitHub Desktop.
Select data- attribute on an input
var d = $("input[data-toggle-class]");
$.each(d, function (idx, data) {
console.log(idx, data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment