如果在行動端把第一個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插件