使每个节点显示为块级别,这使选择更加容易。可能会导致旧浏览器中的大树变慢。
$(function () { $("#plugins9").jstree({ "plugins" : [ "wholerow" ] }); });