Tag Archives: jquery-ui

jsTree with support for label toggle_node action AND leaf HREF click actions

You can enable node opening/closing on the label click using the UI plugin and binding the select_node.jstree event to your tree. A consequence of this method means that any leafs with a valid HREF attribute will no longer click through as expected. The method below demonstrates how to have a toggle action on clicking a [...]

Posted in JavaScript | Also tagged , | 2 Comments