jQuery Menu Plugin
This plugin handles most of the boring parts of making Javascript drop-down/navigation menus. This includes handling mouse events and delays (and doing the right thing for nested menus as long as the...
View ArticlejQuery Option Tree
This jquery plugin converts passed JSON option tree into dynamically created SELECT elements allowing you to choose one nested option from the tree.It should be attached to a (most likely hidden) INPUT...
View ArticleCollapsible Checkbox Tree
This plugin for jQuery takes a standard nested hierarchy of checkboxes, and turns them into a collapsible tree.
View ArticlejQuery.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 &...
View ArticlemultiHtml
multiHtml will simplify adding multiple pieces of content of different types to an element. It is similar to $.html(), but it takes an arbitrary number of arguments, and appends each one to the...
View ArticleNested Sortable
This plugin is an extension of Sortable, made to work with nested lists.Main features:Designed to work seamlessly with the nested set model (try the toArray method out!)Items can be sorted in their own...
View ArticlejCombo
jComboThis plugin simplifies the process to populate data into SELECT tags, even if nested or not. The only condition is to put the fields in query consecutively in order to create pairs of...
View Article