Dragendjs停止在jquery-mobile滑块

时间:2015-07-06 19:47:07

标签: javascript jquery html css jquery-mobile

我正在使用dragend.js创建全屏移动网页。 但是当我尝试使用滑块时,dragend会滑动它。 如何禁用使用dragend拖动特定元素?

我试过了:

$(".disable-swipe").on("touchstart mousedown", function(e) {
    e.stopPropagation();
});

http://codepen.io/anon/pen/XbEgPB

但是这也会禁用滑块。

滑块来自jquery-mobile。

1 个答案:

答案 0 :(得分:0)

我从dragend.js转向swiper.js,因为它有更多功能

codepen example