I know about jquery “date-picker” but cant understand how to implement it inside a dynamic table (one that appears once the user clicks on a google map and then they can select the date and finally click save.
one of my fields for the form is
"<tr><td>Name: </td> <td><input type='text' id='name'/> </td> </tr>" +
Id like a similar one but for date input inside of this dynamic table.
so far I have the relevant js and css files, but I think the script needs changing and also the actual field in the dynamic table.
any suggestions? the Jquery API is only for static tables, so is not useful for me.
After you add that string to the DOM Call the
datePickerfunction on it.