fgelinas / timepicker

A jQuery UI Time Picker
http://fgelinas.com/code/timepicker
GNU General Public License v2.0
266 stars 84 forks source link

uncaught exception: Missing instance data for this timepicker #52

Open djkuddel opened 11 years ago

djkuddel commented 11 years ago

Hi after iuntegrate the script I got this erro message:

Error: uncaught exception: Missing instance data for this timepicker

and the css of my site crash.

Any solutions for this issue?

Many thanks DJ

fgelinas commented 11 years ago

Hi, While I can't really tell without a working exemple of the bug, I'd check for code where you move or clone inputs that already have instances of the timepicker. Also make sure your input IDs are unique.