모바일 쇼핑몰에서 swipe시 제외할 태그 추가
This commit is contained in:
@ -258,7 +258,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
threshold: 100,
|
threshold: 100,
|
||||||
excludedElements:".noSwipe",
|
excludedElements:"button, input, select, textarea, .noSwipe",
|
||||||
allowPageScroll:"vertical"
|
allowPageScroll:"vertical"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -378,7 +378,7 @@ $(function(){
|
|||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
threshold: 100,
|
threshold: 100,
|
||||||
excludedElements:".noSwipe",
|
excludedElements:"button, input, select, textarea, .noSwipe",
|
||||||
allowPageScroll:"vertical"
|
allowPageScroll:"vertical"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user