Closed GoogleCodeExporter closed 8 years ago
jsPlumb delegates dragging to the underlying library method. so this call:
jsPlumb.draggable("some element", { options });
results in a call to jQuery (if you're using jQuery):
(some element).draggable({ options });
so, this is not really a jsPlumb issue.
Original comment by simon.po...@gmail.com
on 26 Oct 2012 at 9:13
...closing.
Original comment by simon.po...@gmail.com
on 31 Oct 2012 at 6:03
Original issue reported on code.google.com by
mailfrom...@gmail.com
on 26 Oct 2012 at 11:04