Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

jQuery EasyUI Tree Menu - Create a tree menu with check boxes


May 09, 2021 jQuery EasyUI


Table of contents


jQuery EasyUI Tree Menu - Create a tree menu with check boxes

This section describes how to create a jQuery EasyUI tree menu with check boxes.

If you click the check box for a node, the clicked node information is inherited up and down. For example, by clicking on the check box for the 'tomato' node, you will see that the 'Vegetables' node is now only partially selected.

jQuery EasyUI Tree Menu - Create a tree menu with check boxes

Create a check box tree

	<ul id="tt" class="easyui-tree" url="data/tree_data.json" checkbox="true">
	</ul>

Download the jQuery EasyUI instance

jeasyui-tree-tree4.zip