Documentation v1.0.6

Preview Upgrade to Pro
jsTree is jquery plugin, that provides interactive trees. For more info please visit the plugin's Home or Github Repo.

Contextual Menu

Here's a jsTree example with a contextual menu. For more info, please visit the official website.
$("#kt_docs_jstree_contextual").jstree({
    "core" : {
        "themes" : {
            "responsive": false
        },
        // so that create works
        "check_callback" : true,
        'data': [{
                "text": "Parent Node",
                "children": [{
                    "text": "Initially selected",
                    "state": {
                        "selected": true
                    }
                }, {
                    "text": "Custom Icon",
                    "icon": "flaticon2-hourglass-1 text-danger"
                }, {
                    "text": "Initially open",
                    "icon" : "fa fa-folder text-success",
                    "state": {
                        "opened": true
                    },
                    "children": [
                        {"text": "Another node", "icon" : "fa fa-file text-waring"}
                    ]
                }, {
                    "text": "Another Custom Icon",
                    "icon": "flaticon2-drop text-waring"
                }, {
                    "text": "Disabled Node",
                    "icon": "fa fa-check text-success",
                    "state": {
                        "disabled": true
                    }
                }, {
                    "text": "Sub Nodes",
                    "icon": "fa fa-folder text-danger",
                    "children": [
                        {"text": "Item 1", "icon" : "fa fa-file text-waring"},
                        {"text": "Item 2", "icon" : "fa fa-file text-success"},
                        {"text": "Item 3", "icon" : "fa fa-file text-default"},
                        {"text": "Item 4", "icon" : "fa fa-file text-danger"},
                        {"text": "Item 5", "icon" : "fa fa-file text-info"}
                    ]
                }]
            },
            "Another Node"
        ]
    },
    "types" : {
        "default" : {
            "icon" : "fa fa-folder text-primary"
        },
        "file" : {
            "icon" : "fa fa-file  text-primary"
        }
    },
    "state" : { "key" : "demo2" },
    "plugins" : [ "contextmenu", "state", "types" ]
});
<div id="kt_docs_jstree_contextual"></div>
Upgrade To Pro
Pro Version Benefits Free Pro
UI Elements 20 100
In-house Components 20 40
Crafted Pages 5 20
Complete Documentation
Product Support
Layout Builder
Source Vectors
Email Templates
Calendar App
User Management App
Chat App
Customers App
Upgrade to Jet HTML Free
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation
From guides and how-tos, to live demos and code examples to get started right away.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
What's New
Latest features and improvements added with our users feedback in mind.
Buy now