I have a form which has the possibility to dynamically create new row with inputs, the date input on each new row should have a datepicker. I have this almost working, but when
Try this, when you add a row, destroy all the datepicker instances and then rebind the datepicker after you append a new row.
jsFiddle example