holds all the default options used when creating new instances
stores all loaded jstree plugins (used internally)
specifies the jstree version in use
the jstree class constructor, used only internally
this instance's index
creates a jstree instance
options for this instance (extends $.jstree.defaults
)
the new instance
get a reference to an existing instance
Examples
$.jstree.reference('tree'); $.jstree.reference('#tree'); $.jstree.reference('branch'); $.jstree.reference('#branch');
the instance or null
if not found
get a reference to an existing instance
Examples
$.jstree.reference(document.getElementByID('tree')); $.jstree.reference(document.getElementByID('branch'));
the instance or null
if not found
get a reference to an existing instance
Examples
$.jstree.reference($('#tree')); $.jstree.reference($('#branch'));
the instance or null
if not found