jQuery Tree with Single Click Expand/Collapse

In order to make the jqxTree’s items to expand/collapse when the user clicks on an item, you need to set the ‘toggleMode’ property to ‘click’ Code Example: var source = [ { label: “Mail”, expanded: true, items: [ { label: … Continue reading
jQuery, jQuery Plugins, jQuery UI, jqxTree
, , , , , , ,

Leave a comment