SyntaxFix
Write A Post
Hire A Developer
Questions
do this:
$("tr.item").each(function(i, tr) { var value = $("span.value", tr).text(); var quantity = $("input.quantity", tr).val(); });