How to make item draggable via jquery not ui

I want to use the jQuery UI drag and drop function without actually using the UI.

JQuery user interface size for minimized customization: 25.8 kb

It makes no sense - using jQuery UI just drag and drop an element

Is there a small plugin / script?

ADDITIONAL DETAILS [Answer must accomplish this]: I want to drag an element vertically

+4
source share
1 answer

You can use this plugin (5kb).

+2
source

Source: https://habr.com/ru/post/1403515/


All Articles