作者:晨风流云 | 来源:互联网 | 2023-05-20 15:40
Imsearchingforchangeowlcarousel2optionsaftersetupmorespecifically.我正在寻找更具体的设置之后更改owlca
I'm searching for change owl carousel 2 options after setup more specifically.
我正在寻找更具体的设置之后更改owl carousel 2选项。
I am searching a way to disable drag of parent element of the drag element like this:
我正在寻找一种方法来禁用拖动元素的父元素拖动,如下所示:
$('#carousel').on('drag.owl.carousel', function(event) {
$('.carousel').on('drag.owl.carousel', function(event) {
//disable drag
})
})
$('#carousel').on('dragged.owl.carousel', function(event) {
$('.carousel').on('dragged.owl.carousel', function(event) {
//enable drag
})
})
5 个解决方案