Uncaught TypeError: $(...).on(...).jstree is not a function code example
Example: Uncaught TypeError: $(...).jstree is not a function
<script src="/path/to/jstree.min.js"></script>
<script>
jQuery(function($) {
("#divtree").jstree();
});
</script>