using namespace kyle; - knockout

Kyle Kirby
March 8, 2012
Good Evening. I've recently become very interested in Knockout.js. So much so that I've made my own bindings. These bindings are used to join jQuery UI drag/drop/sortable to knockout. I've seen some implementations, but I wasn't very fond of them. Here is a quick feature list: 1. Binding an observableArray to a UI Sortable 2. Binding an observable to droppable/draggable. 3. Defining what can be dropped on sortable/droppable by using an extension. 4. Binding sortable to a computed property. It's far more extensive than this, but here is the code: http://jsfiddle.net/7SFuR/4/