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