1.0.2 • Published 10 years ago

html5-sortable v1.0.2

Weekly downloads
10
License
MIT
Repository
github
Last release
10 years ago

HTML5 Sortable Build Status

HTML5 Sortable. No jQuery needed. Only .5KBs gzipped!

Based on HTML5Rocks Demo

Simple API

var s = Sortable({
	els: '.sortable' // Selector or array of elements

	// Optional params

	// Behavior of drag and drop ('insert' or 'swap')
	type: 'insert'
});


// destroy
s.destroy();

Demo

Demo Link

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

11 years ago