Hi I really need little help with my dynamic table \"Timesheet \". I want add datepicker to date text filed dynamically? could anyone hlep me? this code will add new row to tabl
addTableRow($("table"));
After you've done that.
$("table tr").last().find('input.date-field').datepicker({...}); //{} = datepicker settings.