Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vakata/jstree
jquery tree plugin
https://github.com/vakata/jstree
jquery-plugin jstree
Last synced: 5 days ago
JSON representation
jquery tree plugin
- Host: GitHub
- URL: https://github.com/vakata/jstree
- Owner: vakata
- License: mit
- Created: 2009-10-28T23:59:02.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T07:13:49.000Z (5 months ago)
- Last Synced: 2024-10-29T11:44:48.411Z (3 months ago)
- Topics: jquery-plugin, jstree
- Language: JavaScript
- Homepage: http://jstree.com
- Size: 13.3 MB
- Stars: 5,147
- Watchers: 216
- Forks: 1,382
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-MIT
Awesome Lists containing this project
- awesome-jquery - jstree - jquery tree plugin (Folder Structure / Data Table)
- awesome - vakata/jstree - jquery tree plugin (JavaScript)
README
# jstree
[jsTree](http://www.jstree.com/) is jquery plugin, that provides interactive trees. It is absolutely free, [open source](https://github.com/vakata/jstree) and distributed under the MIT license.
jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources, AJAX & async callback loading.
jsTree functions properly in either box-model (content-box or border-box), can be loaded as an AMD module, and has a built in mobile theme for responsive design, that can easily be customized. It uses jQuery's event system, so binding callbacks on various events in the tree is familiar and easy.
You also get:
* drag & drop support
* keyboard navigation
* inline edit, create and delete
* tri-state checkboxes
* fuzzy searching
* customizable node types_For more information, examples and API docs head on over to [the wiki page](https://github.com/vakata/jstree/wiki) and [jstree.com](http://www.jstree.com)_.
_Feel free to ask any questions on the [discussions board](https://github.com/vakata/jstree/discussions)._
_The PHP demos are now in a [separate repository](https://github.com/vakata/jstree-php-demos)._## License & Contributing
_Please do NOT edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!_
If you want to you can always [sponsor me](https://github.com/sponsors/vakata) or [donate a small amount][paypal] to help the development of jstree.
[paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]¤cy_code=USD&amount=&return=http://jstree.com/donation&item_name=Buy+me+a+coffee+for+jsTree
Copyright (c) 2020 Ivan Bozhanov (http://vakata.com)
Licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php).