8000 Chaining doesn't work · Issue #23 · wvega/timepicker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Chaining doesn't work #23
Closed
Closed
@joliss

Description

@joliss

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0