show a DIV on mouse event
in
Integration and Hardware
•
2 years ago
Hi,
I want to do this:
1. use Processing to draw a network diagram
2. when a mouse is over a node (or being clicked) a DIV shows up with information about the node.
3. if the user clicks on the links that the DIV has , a javascript function is ran to open a link or whatever i need to do.
basically I want to get the control from Processing code to the browser, is this possible?
Thanks in advance.
I want to do this:
1. use Processing to draw a network diagram
2. when a mouse is over a node (or being clicked) a DIV shows up with information about the node.
3. if the user clicks on the links that the DIV has , a javascript function is ran to open a link or whatever i need to do.
basically I want to get the control from Processing code to the browser, is this possible?
Thanks in advance.
1