bitovi / canui

CanJS and jQuerypp
http://bitovi.github.com/canui
MIT License
28 stars 23 forks source link

can.ui.Sortable API #9

Open justinbmeyer opened 12 years ago

justinbmeyer commented 12 years ago

Purpose

var sortable = new can.ui.Sortable('#list', {
  items: new can.Observe.List()
});

Basic example:

andykant commented 12 years ago

I edited the issue to include an updated API but still need to add examples.