Jquery Ui Slider Interference With Slick Carousel December 25, 2023 Post a Comment 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(); }); CopyYou can see the result in this working JSFIDDLEHope this helps, Share Post a Comment for "Jquery Ui Slider Interference With Slick Carousel"
Post a Comment for "Jquery Ui Slider Interference With Slick Carousel"