var path = '';var node = $('#tt').tree('getSelected');while(node){ path = '/' + node.text + path; node = $('#tt').tree('getParent', node.target);}console.log(path)