Method “X” does not exist on JQuery.tooltip
-
The aim is to embed a jquery dual-range input slider into an existing WordPress web page.
Have been able to get several implementations of suitable sliders, found on web, working well on a local machine.
When attempting to insert any of the sliders into the form grid of an existing webpage, however, the following error is triggered each time, regardless of slider implementation:
Uncaught Error: Method “values” does not exist on jQuery.tooltip
Additional error information:
jquery.min.js?ver=3.6.0:2 Uncaught Error: Method values does not exist on jQuery.tooltip
at Function.error (jquery.min.js?ver=3.6.0:2:2616)
at t.fn.slider (qt-main-script.js?ver=4.0.1:25:18868)
at HTMLDocument.<anonymous> (cinder_functions.js?ver=6.0.2:118:25)
at e (jquery.min.js?ver=3.6.0:2:30038)
at t (jquery.min.js?ver=3.6.0:2:30340)Both versions are using jquery 3.6.0 and jquery-ui 1.13.2
What the heck does “Method ‘X’ does not exist on jQuery.tooltip” mean?
This problem only happens in wordpress
The page I need help with: [log in to see the link]
- The topic ‘Method “X” does not exist on JQuery.tooltip’ is closed to new replies.