I have a form where a button allows me to add as many rows as I need in a table.
Inside this table and its <td>
, I have a td for the datepicker of the jquery-ui.
In this jsfiddle, i am not able to open the datepicker for the first row and neither for the rows created after.
In my local website instead, the first row have the datepicker working, the rows created after instead have not. It is probably a problem in calling the proper function but I can not see it now.
Shortly, both of them have this issue where I can add a new row but even tho the id is increased correctly, the datepicker won't open.
Link to the jsfiddle: my jsfiddle