The front-end implementation of imitating Alipay my application drag-and-drop problem?

can the front end imitate my Alipay app drag-and-drop? Find the solution

clipboard.png

long press to move and adjust position.

I use the sortable.js plugin , but I can"t drag and drop it on my phone

.
          var el = document.getElementById("items")
          var sortable = new Sortable(el, {
            sort: true,
            animation: 300
          })
Mar.06,2021

you can search for the desired effect on jq22,17sucai. Here are two similar columns

http: / / jqueryui.com/draggable.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3730c-405ff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3730c-405ff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?