Hello All.
I have a form w/ various controls, selects, text, ..., I'm using
-
$(":input").serializeArray()
to build a object to send the values to the server w/ $.getJSON. The only inputs I want to "submit" are ones w/ values and w/ the exception of the datepickers this IS how it works. The datepickers always show up in the PHP as arrays of control-names and empty value strings.
Is there a way to prevent the datepickers from being sent when not filled in?
Any thoughts would be appreciated.
--- Mike