I would like to connect two draggable divs using jsPlumb. However when I use jsPlumb.Draggable function only the endpoints bee draggable (not the div itself). Here is the fiddle of what I what I am trying.
/
I would like to connect two draggable divs using jsPlumb. However when I use jsPlumb.Draggable function only the endpoints bee draggable (not the div itself). Here is the fiddle of what I what I am trying.
http://jsfiddle/rishabhsagar/PsytV/36/
Share Improve this question asked Jan 5, 2012 at 18:42 Rishabh SagarRishabh Sagar 1,8142 gold badges18 silver badges27 bronze badges1 Answer
Reset to default 7This seem to be working:
div.operation {
position: absolute;
}