adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.52k stars 1.21k forks source link

Popup menu #86

Open DanikKamilov opened 8 years ago

DanikKamilov commented 8 years ago

How to get access the individual elements of the scheme? How can I add popup menu for all subroutines (OnClick)?

adrai commented 8 years ago

you can try something like this:

$('#cond').click(() => console.log('hi'))