如何在iPad和其他触摸设备上使用jQuery-UI可排序功能?
http://jqueryui.com/demos/sortable/
我试图使用event.preventDefault();,event.cancelBubble=true;和event.stopPropagation();,touchmove以及scroll事件,但结果是页面不再滚动.
event.preventDefault();
event.cancelBubble=true;
event.stopPropagation();
touchmove
scroll
有任何想法吗?
scroll jquery-ui touch jquery-ui-sortable ipad
ipad ×1
jquery-ui ×1
jquery-ui-sortable ×1
scroll ×1
touch ×1