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
45
Enable/Disable Checkbox only of a WebTree Node
posted

I did like to enable or disable only the checkbox of a node using javascript? How can I do this.

 

Thanks

Parents
No Data
Reply
  • 45
    Suggested Answer
    posted

    with the help of the nodeID retrieved from NodeChecked event and jquery I was able to enable/disable the checkbox. One could as well use javascript to do the same.

    the jquery selector would be something like:

               nodeId > input:checkbox

Children