Please try this:
Code:
$('#tt').tree({
url: "<c:url value='/student/classlist'/>",
method:'get',
onLoadSuccess:function(){
var node = $(this).tree('find', g_node_id);
if (node){
$(this).tree('select', node.target);
}
}
})
Wow, You are a great help! Thanks a lot!