jQuery-Draggable-Touch 可拖放/可拖放的翻版,适用于移动设备和平板电脑。 使用 translateX/Y 而不是 top/left。 使用作为转换参数。 添加功能 多点触控:可以同时拖动多个对象!bug $('.draggable').draggable({ multitouch: true }); $.fn.getDragPos : 返回元素左侧
jquery.draggableTouch.js README jQuery Draggable Touch Make HTML elements draggable, and supports multi touch. Main implementation uses touch events, but the plugin also has a fallback that uses mouse events. The main reason that this plugin exist is that there are currently no good jQuery plugi...
jQuery-Draggable-Touch可拖放/可拖放的翻版,适用于移动设备和平板电脑。你还在为拖放功能的性能问题发愁吗?使用translateX/Y而不是top/left可以让你大大提高动画的流畅性!没错,就是这样,动动手指,你就能感受到丝般顺滑的操作体验。并且,这个插件还支持多点触控,你可以同时拖动多个对象,简直太方便了!赶紧试试这个...
Advanced touch-compatible Drag and Drop library providing Draggable, Droppable and Sortable for Zepto.js and jQuery - rkusa/touch-dnd