1
I have a slider like this for example: http://themes.audemedia.com/html/servereast/vps-slider-6-plans.html
In my case it is presenting the following error in the console when I click on the slide/drag button:
TypeError: $.event.props is undefined[Learn More] jquery.ui.widget.js:20:361
_trigger http://localhost/2018/js/jquery.ui.widget.js:20:361
_start http://localhost/2018/js/jquery.ui.slider.js:58:8
_mouseCapture http://localhost/2018/js/jquery.ui.slider.js:45:9
_mouseDown http://localhost/2018/js/jquery.ui.mouse.js:4:275
_mouseInit/< http://localhost/2018/js/jquery.ui.mouse.js:2:59
dispatch http://localhost/2018/js/jquery-3.1.1.min.js:1626:181
add/q.handle http://localhost/2018/js/jquery-3.1.1.min.js:1588:86
HTML: https://pastebin.com/0gm4ccSv
jquery.ui.widget.js: https://pastebin.com/EiUMK6Bt
jquery.ui.mouse.js: https://pastebin.com/ijakmNyV
jquery.ui.slider.js: https://pastebin.com/TRxGqmg6
js page.: https://pastebin.com/jEMvUAPP
Any hint of what might be happening?
It is being loaded yes, I forgot to put in Pastebin. As you can see in the console log: http://localhost/2018/js/jquery-3.1.1.min. js
– Wendler