I make a
var fields = $('#myDiv-:input').serialize();
alert(checkoutFields);
this collects me all the inputs in myDiv
but not the one input that is disabled
(?)
how can I collect ALL inputs?
I make a
var fields = $('#myDiv-:input').serialize();
alert(checkoutFields);
this collects me all the inputs in myDiv
but not the one input that is disabled
(?)
how can I collect ALL inputs?