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

jQuery Tree with Checkboxes

Today, we will show you how to add a jQuery Tree with Checkboxes to your web page. The first step is to include the javascript files. The jquery framework and jqxcore.js should be always included when you want to use … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxButton, jqxScrollBar, jqxTree
, , , , , , , , , , , , , , , , ,

Leave a comment

jQuery Tree Widget

One of the newest widgets in our product is the jqxTree. It represents a highly configurable jQuery Tree widget that displays hierarchical data, such as a table of contents in a tree structure. jqxTree can be generated from lists and … Continue reading
jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxTree
, , , , , , ,

1 Comment