0
我有一個關於cargocollective的頁面,我想刪除頁面的幻燈片功能,因爲它只是很煩人。我無法控制插件的初始化,我想在初始化後取消它的使用。任何想法如何做到這一點?如何在cargocollective中禁用TouchSwipe插件?
該插件是enabeld我的身體元素。喜歡這個。
$("body").touchwipe({
wipeLeft : function() { showNextIMG("nav") },
wipeRight : function() { showPrevIMG("nav") },
min_move_x : 20,
min_move_y : 20,
preventDefaultEvents: false
});