简体   繁体   中英

Dragendjs stop slide on jquery-mobile slider

I am creating a fullscreen mobile web page using dragend.js . But when I try to use a slider, dragend slides with it. How can I disable specific elements from being dragged using dragend?

I tried:

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

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

But that disables the slider, too.

The slider is from jquery-mobile.

I stept from dragend.js to swiper.js because it has more functionallity

codepen example

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM