Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
633
Modifying the node tooltip
posted

Hi!

Is there anyway to cahnge the node tooltip from the client side.

 

Regards,

Ahmad     

Parents
No Data
Reply
  • 1923
    Verified Answer
    posted

     Hi there!

     I was able to change it with the following javascript ...

    var node = igtree_getNodeById(nodeId);
        node.getElement().title = 'washing machine!';

    hope that helps!

Children
No Data