Using the jquery datepicker ui, the value attributes of the associated html fields don’t update immediately.
Example: http://jsfiddle.net/4tXP4/
From the horses mouth:
http://jqueryui.com/demos/datepicker/alt-field.html
If you inspect the elements you will see that neither value attributes update.
What’ missing with these?
working demo http://jsfiddle.net/UBMXq/ or http://jsfiddle.net/3BLwK/9/ or http://jsfiddle.net/wrCv7/
1 things:
#“altField”:”#startDate”valuein your hidden inputHope this helps!
:)code