jquery-treeview

WebJar for jquery-treeview

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-jzaefferer-jquery-treeview
Last Version

Last Version

1.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-treeview
WebJar for jquery-treeview
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jzaefferer/jquery-treeview

Download github-com-jzaefferer-jquery-treeview

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-jzaefferer-jquery-treeview/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-jzaefferer-jquery-treeview</artifactId>
    <version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-jzaefferer-jquery-treeview/
implementation 'org.webjars.bower:github-com-jzaefferer-jquery-treeview:1.4.2'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-jzaefferer-jquery-treeview/
implementation ("org.webjars.bower:github-com-jzaefferer-jquery-treeview:1.4.2")
'org.webjars.bower:github-com-jzaefferer-jquery-treeview:jar:1.4.2'
<dependency org="org.webjars.bower" name="github-com-jzaefferer-jquery-treeview" rev="1.4.2">
  <artifact name="github-com-jzaefferer-jquery-treeview" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-jzaefferer-jquery-treeview', version='1.4.2')
)
libraryDependencies += "org.webjars.bower" % "github-com-jzaefferer-jquery-treeview" % "1.4.2"
[org.webjars.bower/github-com-jzaefferer-jquery-treeview "1.4.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Note that this project is not actively maintained anymore.

Check out jqTree for a more up to date plugin.

jQuery Treeview

Lightweight and flexible transformation of an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.

Provides some options for customizing, an async-tree extension and an experimental sortable extension.

screenshot


Demo

Download

Changelog

Documentation

.treeview( options )

Takes an unordered list and makes all branches collapsable. The "treeview" class is added if not already present. To hide branches on first display, mark their li elements with the class "closed". If the "collapsed" option is used, mark initially open branches with class "open".

License

Copyright Jörn Zaefferer

Released under the MIT license:

Versions

Version
1.4.2