Selam hocam buyrun
<input type="text" id="right-container">

<script>
.bind("select_node.jstree", function (e, data) {
var href = data.node.a_attr.href;
if(href == '#')
return '';
$('#right-container').val(href);
});

</script>