Obtenga todos los valores de entrada por clase jQuery
$(".test .text-field").each(function() {
alert($(this).val());
});
Lonely Ladybird
$(".test .text-field").each(function() {
alert($(this).val());
});
$(".test .text-field")