I am making a webapp using jQuery jsPlumb. I am interested in prompting the user to insert a value whenever the drag-and-drop a new edge. However, I am unsure how to do this.
Would anyone be able to help?
jsPlumb - http://www.jsplumb.org/demo/flowchart/dom.html
Thanks!
If by "drag-and-drop a new edge" you mean making a connection then you can use the connection event.
The above code should be able to get input from the user and set it into the overlay for the connection created.