What is jQuery Horizontal Tree

jQuery Horizontal Tree is a jQuery plugin for visualising data in a tree structure. This plugin supports add, edit, delete functionality with ajax and also supports drag and drop for re-organisation of nodes.

A plugin that allows you to render structures with nested elements in a tree structure. To build the tree you need is to just make a single line call to the plugin and set parameter and supply the HTML element Id for a nested unordered list element that is representative of the data you'd like to display.

Trees are usually used to store and represent data in some hierarchical order. The data are stored in the nodes, from which the tree is consisted of.

Here, In getting started, we demonstrates how to create a simple Tree and populate it with some data.

Features
Download

Click here for download demo

Click here for download demo with PHP, Mysql and Ajax

Whats Other

Thank you for purchasing jQuery Horizontal Tree. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thank you so much!

Set Tree Structure

Step 1

Include CSS & SCRIPT into HEAD section of the page.


Step 2

Include HTML code into BODY section of the page.



Customization

These are default parameter. Each parameter has a default value as part of its definition. If no argument is sent for that parameter, the default value is used. you can override value of parameters as per your requirements.

I have mentioned below the description of each parameter.



Instruction

Click here for download demo with PHP, Mysql and Ajax

Step 1 :

Put downloaded folder in your system local php server[maybe it is htdocs]. Now create blank database in phpmyadmin & import tree.sql[tree.sql is located in demo_php_ajax folder]
Note : Blank database name must be tree.

Step 2 :

Open db.php and edit mysql connection with your database username and password.

Now ran index.php

Source & Credit

jQuery and Google and iconfinder.com