Maggie Hedrick
Results
1
comments of
Maggie Hedrick
We're using it with the knockout sortable binding using these options - ``` { foreach: cards, collection: $parent.cards, options: { onAdd: function(e) { return $parent.cardMove(e) }, onUpdate: function(e) { return...