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

Load Tree Items with Ajax

In this post, we will show you how to load jqxTree Items on demand. The tree items that we are going to load are located in 2 different files – ajax1.htm and ajax2.htm. ajax1.htm [{“label”: “Folder 1” },{“label”: “Folder 2” … Continue reading
jQuery, jQuery Widgets, jqxTree
, , , , , , , , , , , , , ,

Leave a comment

How to Use Cookies to Save and Load jqxTree Selection

In this post, we’ll create a jqxTree widget and will save its selection when a button is clicked in a cookie. After the page is reloaded, we’ll check the cookie for a stored tree item and will select it. 1. … Continue reading
JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxTree
, , , , , , , , , , , , , , , , , , , , ,

Leave a comment