Closed
Description
Minor issue:
$('.time-field').timepicker().find('...') # this works
$('.time-field').timepicker().timepicker('destroy').find('...') # this doesn't
API methods like 'destroy' seem to return the jQuery object twice, like [$('.time-field'), $('.time-field')]
.
This is happening on jQuery UI 1.8.20 with jQuery 1.7.2.
I tried digging into the source, but I wasn't able to fix up the return values. I'm not sure why the duplication is happening.
Is this a problem with my app/environment, or can you reproduce it?
Metadata
Metadata
Assignees
Labels
No labels