Skip to content

Instantly share code, notes, and snippets.

@adamstraube
Created February 19, 2016 01:27
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 adamstraube/22c4a28f57e0ac35e205 to your computer and use it in GitHub Desktop.
Save adamstraube/22c4a28f57e0ac35e205 to your computer and use it in GitHub Desktop.
Quick JS/JQuery Toolbox
// Find all items with "required" class in the form with "form-horizontal" class
$(".form-horizontal .required").each(function(i,e){console.log(i+' '+e)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment