Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // https://stackoverflow.com/questions/44961664/get-multiple-element-value-in-jquery
- var values = $('input').map(function() {
- return $(this).attr('value');
- }).toArray();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement