Hareeshchandera / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

listening for mouseover/click of vertex(node) #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Do you offer a mouseover-listener or click-listener for a vertex?

Now I use the folowing code to listen a mouse-interaction:

$("#window1").mouseover(function() {
    //do something
}).mouseout(function(){
    //do something
});

Original issue reported on code.google.com by inmindl...@googlemail.com on 18 Jan 2012 at 2:00

GoogleCodeExporter commented 8 years ago
no.  vertices can be any DOM nodes with any level of complexity.  it's not 
jsplumb's responsibility to manage mouse events on vertices.

Original comment by simon.po...@gmail.com on 18 Jan 2012 at 8:59

GoogleCodeExporter commented 8 years ago
thank you very much for answering my question

Original comment by inmindl...@googlemail.com on 19 Jan 2012 at 10:34