Closed
Description
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
Labels
No labels