Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leetaogoooo/timeliner
时间轴插件
https://github.com/leetaogoooo/timeliner
Last synced: about 2 months ago
JSON representation
时间轴插件
- Host: GitHub
- URL: https://github.com/leetaogoooo/timeliner
- Owner: LeetaoGoooo
- License: mit
- Created: 2017-05-05T02:15:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T11:03:51.000Z (over 7 years ago)
- Last Synced: 2024-10-12T06:21:16.600Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# timeliner
时间轴插件
# Usage
## options
```shell
{
contents: [
{
"date": "2017-05-04",
"img": "source/imgs/star.svg",
"content": "测试内容"
}
]
}
```参数
| Tables | defualt | remark |
| ------------- |:-------------:| -----:|
| content | {contents: [{"date": "2017-05-04","img": "source/imgs/star.svg","content": "测试内容"}]} | 默认时间轴内容 |## html
```html
```## script
```html
var timeliner = $('#timeliner').timeliner();
```
## demo
[www.leetao94.cn/timeliner](http://www.leetao94.cn/timeliner/index.html)