jQuery-Timepicker-Addon
jQuery-Timepicker-Addon copied to clipboard
No destroy method
If I clone an input, the timepicker gets cloned as well but the data refers to the initial element. So, when I try and select the timepicker on the clone, it shows up but adjusts the time of the original, instead of the clone. In datepicker, I have a method 'destroy' that I can use on this clone and reinitialise. Is there a way to do that here?
I have the same question. Did you found a workaround for this?