Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Tree


jXMLTree

Generate UI Menu Tree based on predefined XML File. Easy and Flexible to use.

checkboxTree

checkboxTree is lightweight jQuery plugin to handle collapsible checkbox's tree.

MenuTree Plugin

This plugin is hosted using the github repository at :
http://github.com/pixelhandler/jQuery-MenuTree-Plugin/

A JavaScript plugin based on jQuery library that builds an expandable/collapsable menu tree from a list element using event delegation

  • Requires JavaScript library: jQuery

  • Developed using jQuery version 1.4 ... Plugin page

  • Demo of the plugin behavior showing both lists and definition list... Demo

  • Status : New plugin, give it a try!

  • Event delegation for Click event binding to tree/list element, instead of binding to each anchor

  • Tracer plugin added and featured with demo.

okTreeMap

A treemap is a method for displaying data by using nested rectangles. In this
case, we use a series of nested tables. A treemap begins with two or more
choices (one choice isn't really a choice is it?). Each time a table cell is
clicked on, its contents are then replaced with another table which presents
two or more choices. This process can continue until space runs out.

The neat thing in this is that all the choices that the user did not make
remain available to throughout the process (by virtue of replacing only
selected cells).

I would be interested to know what you uses you come up for it.

jQuery.serializeTree

Recursive function to serialize ordered or unordered lists or trees of arbitrary depth and complexity. The resulting array will keep the order of the list and is suitable to be posted away.

Demo & Code available here

Comments and critique welcome

jQuery.Tree

Tree control with three-state checkboxes (checked, unchecked, partially checked - as in Windows Installer), see demo.

Collapsible Checkbox Tree

This plugin for jQuery takes a standard nested hierarchy of checkboxes, and turns them into a collapsible tree.

jquery tree3

/*!
* jQuery tree3 Plugin (with Transition Definitions)
* Copyright (c) 2007-2009 刘君飞
* Version: 1.0 (2009-08-20)
* Requires: jQuery v1.2.6 or later
* 这个插件是针对.NET的treeview控件设计的带三态CHECKBOX功能的插件
* 使用方法:
<div id="tree">
<asp:TreeView ID="TreeView1" runat="server" ShowCheckBoxes="All">
</asp:TreeView>
  </div>

$(document).ready(function() {
$("#tree").tree3();
});
*/

Binary Tree

This script allows you to, with just one call, rearrange your divs in a binary tree. Lines will even be drawn to link them properly.

Configurable features:

  • Horizontal spacing
  • Vertical spacing
  • Branch color
  • Branch stroke
  • divs border width
  • Orientation (Vertical or Horizontal)

Requires: wz_jsgraphics.js

NotesForMenu: a simple multi-level menu tree plugin

NotesForMenu is a very simple JQuery plugin to create a multi-level menu with only one line of code. You can also very easily customize it. Do not hesitate to have a look at the code. Any suggestions/remarks/improvements are welcome.

More information, demo & source: http://www.notesfor.net/post/NotesForMenu.aspx