Hi Peter,
I’ve some problem with the “settings.htm” sample: after to remove all the nodes with the “remove” button, if you click “add” button nothing happen
Maybe a bug?
Thanks
My two cents:
$(document).ready(function () {
$(‘#treeA’).jqxTree({ height: ‘300px’, width: ‘300px’ }).bind(‘dblclick’, function(evt){ alert(“Double Click” + evt.target.textContent); }); });