Jquery Ui Slider Interference With Slick Carousel
The drag gesture is interfering with the slider from jQuery UI and the slick carousel plugin (also jQuery). See my example here. HTML
$(".slider").on("slide mouseenter mousedown",function(event){
event.stopPropagation();
});
You can see the result in this working JSFIDDLE
Hope this helps,
You may like these posts
Post a Comment for "Jquery Ui Slider Interference With Slick Carousel"