mdelrosso / sheepit

SheepIt! Form Cloning plugin for Jquery
http://www.mdelrosso.com/sheepit/
MIT License
68 stars 44 forks source link

datepicker is not working with sheepIt #15

Open dhairyashil opened 11 years ago

dhairyashil commented 11 years ago

I have requirement in my project as follows:

I am using sheepIt plugin and datepicker from jquery UI.

I want table row fields replicated and wanted to use datepicker in it. But it fails ....getting error "Uncaught Missing instance data for this datepicker"

Koopzington commented 11 years ago

You'll probably need to reinitiate the datepicker by using the afterAdd-callback

dhairyashil commented 11 years ago

@Koopzington: thanx....I got the solution....It helped me a lot...