Contributions

InfoBoxes (Category Index)
Search: 

Creating a TreeView JQuery Hierarchical Navigation System

Creating a TreeView JQuery Hierarchical Navigation System.
Demo : http://jquery.bassistance.de/treeview/demo/

Download the treeview plugin, put it in "ext/jquery/treeview" then add this code:

<link rel="stylesheet" type="text/css" href="ext/jquery/treeview/jquery.treeview.css" />
<script type="text/javascript" src="ext/jquery/treeview/jquery.cookie.js"></script>
<script type="text/javascript" src="ext/jquery/treeview/jquery.treeview.js"></script>
<script type="text/javascript">
$(function() {
$("#tree").treeview({
collapsed: true,
animated: "fast",
control:"#sidetreecontrol",
prerendered: true,
});
})
</script>

Replace "/includes/modules/boxes/bm_categories.php" by the download file

Expand All / Collapse All

Creating a TreeView JQuery Hierarchical Navigation System 14 Jun 2011

Creating a TreeView JQuery Hierarchical Navigation System.
Demo : http://jquery.bassistance.de/treeview/demo/

Download the treeview plugin, put it in "ext/jquery/treeview" then add this code:

<link rel="stylesheet" type="text/css" href="ext/jquery/treeview/jquery.treeview.css" />
<script type="text/javascript" src="ext/jquery/treeview/jquery.cookie.js"></script>
<script type="text/javascript" src="ext/jquery/treeview/jquery.treeview.js"></script>
<script type="text/javascript">
$(function() {
$("#tree").treeview({
collapsed: true,
animated: "fast",
control:"#sidetreecontrol",
prerendered: true,
});
})
</script>

Replace "/includes/modules/boxes/bm_categories.php" by the download file

Note: Contributions are used at own risk.