javascript - jsplumb disable adding the class -


i use jsplumb library , run problem: in object $(".#{instance_id}") added class _jsplumb_endpoint_anchor_. how disable adding class object?

my code on coffee script:

jsplumb.connect   source: port_id   target: instance_id 

such _jsplumb_ classes used jsplumb internally management, there no usual way disable it, since might affect functionality.

a alternative add own class on top of jsplumb defaults control need, or add css class added jsplumb

reference :

https://jsplumbtoolkit.com/doc/styling-via-css

https://jsplumbtoolkit.com/doc/anchors.html#css

https://jsplumbtoolkit.com/doc/defaults.html - change defaults.


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -