SyntaxFix
Write A Post
Hire A Developer
Questions
By Using map
var values = $("input[name='pname[]']") .map(function(){return $(this).val();}).get();