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

Displaying HTML in Tree nodes

It’s easy to display HTML instead of simple Text in the Tree nodes. You just need to set a HTML string to the label member as illustrated in the code below: var data = [ { label: "<b>Item 1</b>", expanded: … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxTree
, , , , , , , , , , , , , , ,

Leave a comment