nilai jQuery ke array


var info = $('[id^="info_"]').map(function () { return $(this).val(); }).get();
Mingles444