Documentation v1.1.4

Preview

Overview

jsTree  is jquery plugin, that provides interactive, easily extendable, themable and configurable tree view that supports HTML & JSON data sources and AJAX loading. For more info please visit the plugin's Home or Github Repo.

Usage

jsTree's style and script bundles are separate from our global bundle and required to be included and initialized manually on related pages.
<link href="assets/plugins/custom/jstree/jstree.bundle.css" rel="stylesheet" type="text/css" />
<script src="assets/plugins/custom/jstree/jstree.bundle.js"></script>

Initialization

  • jsTree's CSS and Javascript is required to be added into the page via the usage code snippet above, along with our other global bundles.
  • Add a blank div with a unique id and initialize it with Javascript.
  • Alternatively, manually adding nodes via HTML will require data-jstree attribute to define the jsTree configuration. Please refer to our basic example for a preview.
Preview Get Help Buy Now