I\'m trying to find a tree using ASP.NET AJAX\'s client-side framework. I also use jQuery for doing any JavaScript operation after the DOM is ready. my code is like:
<
Try using ASP.NET Ajax DOM Ready.
Sys.onReady(function() { //DOM is ready to access and use var tree = $find('treeId'); });