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
Post a Comment