categories.js revision a33da80a0a965f3459ed8ce9a692be8904e3e653
$(function () {
$(".selector").jstree({
"plugins" : [ "search", "themes", "html_data", "checkbox", "sort", "ui" ],
"checkbox": {
real_checkboxes: true,
two_state: true
},
"themes": {
theme: "classic",
icons: false
}
});
});