function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ashish DeoAshish Deo 

querry tree node click function call

I am ready with dynamic tree display with the help of Jquery.

"Now I want to call the function on-click of tree node(+ kind of symbol) in VF. Any idea how to do this."
doravmondoravmon
Can you post your code here? Might be easier to help.
You can create a function in visualforce page, then call onclick=theFunction()