I have this HTML:
And I create an object array from it lik
Alerting serializeArray of inputs in myDiv (note: the :input selector will include select and textarea tags as well!):
:input
//alert(fData.length) // how many inputs got picked up var fData=$("#myDiv :input").serializeArray(); var msg=""; for(var i=0;i