jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: problem with 'addTo' function problem with 'addTo' function #15213

    bartsimp
    Member

    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

    in reply to: Double click tree node Double click tree node #15162

    bartsimp
    Member

    My two cents:

    $(document).ready(function () {

    $(‘#treeA’).jqxTree({ height: ‘300px’, width: ‘300px’ }).bind(‘dblclick’, function(evt){
    alert(“Double Click” + evt.target.textContent);
    });
    });

Viewing 2 posts - 1 through 2 (of 2 total)