jQuery(…).slider is not a function
-
Great plugin!
Can’t solve the problem with jquery slider library though.
I get this:
Uncaught TypeError: jQuery(…).slider is not a function
at HTMLDivElement.<anonymous> (front.js?ver=2.0.0:45)
at Function.each (jquery.min.js?ver=3.6.0:2)
at s.fn.init.each (jquery.min.js?ver=3.6.0:2)
at HTMLDocument.<anonymous> (front.js?ver=2.0.0:2)
at e (jquery.min.js?ver=3.6.0:2)
at t (jquery.min.js?ver=3.6.0:2)I thought that some js libraries haven’t gotten loaded but this is the sequence:
jquery.min.js
jquery-ui.min.js?ver=2.0.0
jquery.ui.touch-punch.min.js?ver=2.0.0
jquery-ui-slider-pips.js?ver=2.0.0
jquery.min.js?ver=3.6.0
jquery-migrate.min.js?ver=3.3.2
front.js?ver=2.0.0So you can see that jquery and jquery-ui along with other libraries are loaded properly and in time.
The page I need help with: [log in to see the link]
- The topic ‘jQuery(…).slider is not a function’ is closed to new replies.