Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -r3b0770dea81f7eb1f19dea0dd165834529e0f1b4 -r6d0aaaf4913aa3f2cda6158b147b2d814c81a419 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 3b0770dea81f7eb1f19dea0dd165834529e0f1b4) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 6d0aaaf4913aa3f2cda6158b147b2d814c81a419) @@ -441,8 +441,8 @@ }).bind("select_node.jstree", function (event, data) { // `data.rslt.obj` is the jquery extended node that was clicked if ($.isFunction(jsTreeClick)) { - console.log(data.rslt.obj); - jsTreeClick(data.rslt.obj.attr("id")); + console.log(data.rslt.obj[0]); + jsTreeClick(data.rslt.obj[0].getElementsByClassName('jstree-clicked')[0].innerText); } });