jQuery Sortable without jQuery UI

Misha Reyzlin picture Misha Reyzlin · Jan 11, 2011 · Viewed 18.5k times · Source

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 add many KB of JS and CSS only to use small part of functionality).

Is there any plugin that you could recommend or maybe a simple implementation path, that I can follow?

The solution must be as lightweight as possible, preferably based on jQuery/Sizzle or pure JavaScript.

Answer

Dominik picture Dominik · Sep 17, 2012

For future generations: http://dragsort.codeplex.com/

A demo: http://cleesh.org/example (couldn't find one on the development website).

Minified it comes to 9KB in size.