All Projects → amazeui → tree

amazeui / tree

Licence: other
jQuery tree plugin based on Amaze UI.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Amaze UI Tree


NPM version Dependency Status devDependency Status

Amaze UI Tree 插件。

使用说明:

  1. 获取 Amaze UI Tree
  1. 在 Amaze UI 样式之后引入 Tree 样式(dist 目录下的 CSS):

Amaze UI Tree 依赖 Amaze UI 样式。

<link rel="stylesheet" href="path/to/amazeui.min.css"/>
<link rel="stylesheet" href="path/to/amazeui.tree.min.css"/>
  1. 在 jQuery 之后引入 Tree 插件(dist 目录下的 JS):
<script src="path/to/jquery.min.js"></script>
<script src="path/to/amazeui.tree.min.js"></script>
  1. 初始化 Tree:
$(function() {
    $('#my-tree').tree();
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].