Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices.
										
										
											- Supports touch devices and modern browsers (including IE9)
 
											- Can drag from one list to another or within the same list
 
											- CSS animation when moving items
 
											- Supports drag handles and selectable text (better than voidberg's html5sortable)
 
											- Smart auto-scrolling
 
											- Advanced swap detection
 
											- Smooth animations
 
											- Built using native HTML5 drag and drop API
 
											- 
												
													https://github.com/SortableJS/Sortable
												
											
 
											- 
												License: MIT