Skip to content

Instantly share code, notes, and snippets.

@tairov
Created September 11, 2013 08:40
Show Gist options
  • Save tairov/6520901 to your computer and use it in GitHub Desktop.
Save tairov/6520901 to your computer and use it in GitHub Desktop.
jquery, input, array, values
console.log($('input[type=hidden]').map(function(){ return $(this).val();}).get());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment