84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
如果在行動端把第一個p和第二個p交換,,body會滾動下拉。
目前就沒有思路,不想造輪子。 有沒有像http://www.jq22.com/demo/drag...這種效果?
已解决 https://github.com/RubaXa/Sortable
https://github.com/RubaXa/Sor...
自然是可以實現的。 把pc端的mousedown, mousemove, mouseup 換成行動端支援的touchstart, touchmove, touchend即可。
mousedown, mousemove, mouseup
touchstart, touchmove, touchend
MDN 上的文檔
你在線的例子jq都沒有進來 要達到這種效果直接使用插件就是了 jq的sort插件
https://github.com/RubaXa/Sor...
自然是可以實現的。
把pc端的
mousedown, mousemove, mouseup
換成行動端支援的touchstart, touchmove, touchend
即可。MDN 上的文檔
你在線的例子jq都沒有進來 要達到這種效果直接使用插件就是了 jq的sort插件