How to color a treeview node in javascript
- by hero
i have a treeview and a texbox that allows a user to search for nodes inside the treeview.
i already wrote the JS function that determines if a node exists in the treeview.
what i want is to color the node that the user have searched for. how can i do this??