Getting started with EasyTree - a jquery tree menu builder
EasyTree is a JavaScript Menu handling mechanism that is concise but easy to configure. It has a comprehensive set of options that can be tweaked according to the complexity of the requirement: anything from a basic tree menu to being able to handle the firing of events to the dragging and dropping of tree elements. You can download the set of EasyTree themes and core JavaScript files from here: http://www.easyjstree.com/EasyTree.zip However in my simple example I just link to the EasyTree web site when setting the href attributes, scripts etc. Example html showing a basic tree menu as shown: easyjstree.html [code language="html"] <doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>EasyTree - Free jquery tree menu</title> <meta name="keywords" content="EasyTree free jqu...