How to Create Sortable List With Draggable Items using HTML, CSS & JavaScript | Sortable.js

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Interesting. The video is about Sortable.js but spends ~ 30 seconds showing sortable.js and ~4:45 on CSS.

jarodmorris
Автор

Awesome library and tutorial, your codepen saved hell lot of time. Good luck

MrAKGarg
Автор

sortable is definitely a good starting point, but sortablejs is a bit of a heavyweight library (~40kb minified ~16kb gzipped) for what it does. ideally if you want your website to be very small in javascript you could just fork sortable and remove the features that you dont need.

anselminos
Автор

I included the link into head but > index.js:2 Uncaught ReferenceError: Sortable is not defined
at index.js:2

heavydirtysoul
Автор

is there a way to save the new order of the sorted list?

eveohagan
Автор

This is awesome, but how can we save this order to mysql database

johnmarkvictorino