Multiple datepickers on same form
Check out my fiddle.
I have the form adding additional lines as needed and I can get the date picker to work on the first input. However, my attempt to add an additional input to each using a count i and appending the instance name is not working.
any thoughts or suggestions would be appreciated.
Simple fix, just move
into the
block, right above the i++; Next is to get rid if your if/else blocks and just have it run
on document.ready.