В

Size: a a a
В
В
A
В
A
В
A
A
В
J
В
var s = $('form').serializeArray();
A
var s = $('form').serializeArray();
В
В
A
В
A
var items2send = [];
$('.orderline').each(function(){
var orderLine = $(this),
qty = orderLine.find('.qty').val(),
price = orderLine.find('.price').val();
items2send.push({
qty: qty,
price: price
})
});
console.log(items2send);
A
В
items2send.push
а вот это что?A
items2send.push
а вот это что?