$('#tt').tree({ formatter:function(node){ return '<a href="..." target="_blank">'+node.text+'</a>'; }})