jQuery Sortable without jQuery UI

前端 未结 10 2046
长情又很酷
长情又很酷 2021-02-01 22:16

I am in need of \"Sortable Drag & Drop\" functionality and I\'m using jQuery. I can\'t really use jQuery UI, because for this project it would be an overhead (I\'d need to a

10条回答
  •  轮回少年
    2021-02-01 23:01

    You can build your own JQuery download on jqueryui.com without all the css/theme information. You can also strip out the widgets and effects and just use draggable/droppable.

    Comes to about 30KB all in. Still too large?

提交回复
热议问题