I have a form that contains field sets and has the ability to add a new section (clone of a previous field set). I can pick the dates for the original fields but when I add a new section the datepicker function does not generate.
My code and example are listed here -> http://jsbin.com/aqijuh/15
Thanks.
That’s because you have to call the
datepicker()function on the newly added elementhttp://jsbin.com/aqijuh/17/edit