js-sequence-diagrams icon indicating copy to clipboard operation
js-sequence-diagrams copied to clipboard

Support for onclick event

Open FilNil opened this issue 8 years ago • 1 comments

Hi, im wondering if there is a way to get an onclick event when clicking on a message (arrow with text).

FilNil avatar Jun 14 '17 13:06 FilNil

We can use this code:

$('svg g.signal').css('cursor','pointer').click(function(e){
--> your code
});

You may check how it works here: https://jsfiddle.net/chetabahana/rrxnah40/

Integrated Sequence, FlowChart & Railroad Diagrams | Chetabahana Project

Chetabahana avatar May 06 '18 12:05 Chetabahana