jquery-ui sortable | How to get it work on iPad/touchdevices?

后端 未结 4 1559
遥遥无期
遥遥无期 2020-12-22 17:11

How do I get the jQuery-UI sortable feature working on iPad and other touch devices?

http://jqueryui.com/demos/sortable/

I tried to using event.prevent

4条回答
  •  温柔的废话
    2020-12-22 17:16

    The link for the top-voted Answer is now broken.

    To get jQuery UI Sortable working on mobile:

    1. Add this JavaScript file to your project.
    2. Reference that JS file on your page.

    For more information, check out this link.

提交回复
热议问题