I am trying to toggle draggable on a class, and it works fine initially but the second time you try to enable the class with draggable (Enable->Disable->Enable), it doesnt seem to work. I have set up a jsfiddle to illustrate my concept. Essentially, I just want my draggable elements to be reenabled the second time around.
Share
Try passing in an object with
disabledproperty set totrueorfalse:Example