Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Feb 15, 2021
1 parent e97a00c commit 046f7da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ $ npm install orgchart
```
require('orgchart') will load orgchart plugin onto the jQuery object. The orgchart module itself does not export anything.

## [Demos on github pages](https://dabeng.github.io/OrgChart/)    [Demos based on nested table](https://codepen.io/collection/AWxGVb/)    [Demos based on nested ul](https://codepen.io/collection/nWqvzY)
## [Demos on github pages](https://dabeng.github.io/OrgChart/)
## [Demos based on nested table](https://codepen.io/collection/AWxGVb/)
## [Demos based on nested ul](https://codepen.io/collection/nWqvzY)

### online demos
- [using ul datasource](https://dabeng.github.io/OrgChart/ul-datasource.html)(this feature comes from [Tobyee's good idea:blush:](https://github.com/dabeng/OrgChart/issues/1))
Expand Down
4 changes: 3 additions & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ $ npm install orgchart
```
`require('orgchart')`会把orgchart插件追加到jQuery对象上。orgchart模块本身并不导出任何东西。

## [gihtub pages实例集合](https://dabeng.github.io/OrgChart/)    [基于嵌套table的实例集合](https://codepen.io/collection/AWxGVb/)    [基于嵌套ul的实例集合](https://codepen.io/collection/nWqvzY)
## [gihtub pages实例集合](https://dabeng.github.io/OrgChart/)
## [基于嵌套table的实例集合](https://codepen.io/collection/AWxGVb/)
## [基于嵌套ul的实例集合](https://codepen.io/collection/nWqvzY)

### 天马行空的需求
- [ul数据源](https://dabeng.github.io/OrgChart/ul-datasource.html)(感谢 [Tobyee的好点子:blush:](https://github.com/dabeng/OrgChart/issues/1))
Expand Down
4 changes: 3 additions & 1 deletion README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ $ npm install orgchart
```
`require('orgchart')`會把orgchart插件追加到jQuery對象上。orgchart模塊本身並不導出任何東西。

## [gihtub pages實例集合](https://dabeng.github.io/OrgChart/)    [基于嵌套table的實例集合](https://codepen.io/collection/AWxGVb/)    [基于嵌套ul的實例集合](https://codepen.io/collection/nWqvzY)
## [gihtub pages實例集合](https://dabeng.github.io/OrgChart/)
## [基于嵌套table的實例集合](https://codepen.io/collection/AWxGVb/)
## [基于嵌套ul的實例集合](https://codepen.io/collection/nWqvzY)

### 天馬行空的需求
- [ul數據源](https://dabeng.github.io/OrgChart/ul-datasource.html)(感謝 [Tobyee的好點子:blush:](https://github.com/dabeng/OrgChart/issues/1))
Expand Down

0 comments on commit 046f7da

Please sign in to comment.