TagKnockout

Using custom options with KnockoutJS Drag and Drop

U

I was recently doing some work involving Knockout and needed to implement drag / drop (with jQuery UI draggableĀ and droppable) I stumbled across this post from Wilsonhut that shows how to use custom bindingĀ to attach drag and drop functionality to your view model. Since that post (and previous posts in the series) covers that in detail, I won’t elaborate. However, I had a requirement to be...