Skip to content

jQuery reference scope #607

Closed
Closed
@chriscdn

Description

@chriscdn

The plugin produces a Javascript error when the global window.jQuery variable is mapped to a different instance of jQuery (i.e., via $.noConflict()). This is due to line 232 of jquery-ui-timepicker-addon.js where the global jQuery is being accessed:

typeof(jQuery.ui.slider) === 'undefined')

This should be changed to:

typeof($.ui.slider) === 'undefined')

Thanks for your work on this!

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