Closed gejang closed 1 year ago
You can just connect an endpoint to an element:
jsPlumbInstance.connect({source:someEndpoint, target:someHTMLElement})
You will see an endpoint appear on target
as a result of this, but you can use a Blank endpoint if you dont want to see it:
https://docs.jsplumbtoolkit.com/community/lib/endpoints#blank
Is there a way to connect an endpoint of one element directly to another div? So far the examples I see can connect only from an endpoint of one div to another endpoint of another div.
If it's possible, could someone provide a quick code example?