You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems I'm wrong, after playing with it for a while and have figured it out. Unfortunately I wasn't able to find the documentation for that.
Could you please be a bit more specific?
I've run into the same problem and without a bit more detail, something as ambiguous as a short "I've figured it out" actually adds to the problem instead of being helpful.
Solution:
Turns out that he was talking about figuring out that the last section of the constructor function allows the use of a shorthand along the lines of $("#startTime").timepicker("destroy");
EDIT: my bad, disregard. I was using it like so:
.timepicker('option','getTime') but since that's not an actual option, it returned "undefined"
Near line 1405 you have:
This returns undefined since:
always evals to $.timepicker['_optionTimepicker']
so should probably be:
EDIT:
Seems I'm wrong, after playing with it for a while and have figured it out. Unfortunately I wasn't able to find the documentation for that.
The text was updated successfully, but these errors were encountered: