I have a group of inputs and I want to get the value of each one in array form or in any way that you will suggest. I am not very good at arrays.
$(elemnt).each(
you can user jquery each function ...
$('.spocNames').each(function(){ alert(this.value); }