Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ximan committed Feb 15, 2016
1 parent 1a11b47 commit 91747b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 0.9.0(160215)

* 删除`dropReload()` API,功能集成到之前`resetload()`
* 优化`noData()``noData(false)`为有数据
* 修复只调用下拉刷新,不调用上拉加载更多bug

### 0.8.0(160202)
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ a javascript implementation of pull to refresh and up to loadmore
### 0.9.0(160215)

* 删除`dropReload()` API,功能集成到之前`resetload()`
* 修复只用下拉刷新,不用上拉加载更多bug
* 优化`noData()``noData(false)`为有数据
* 修复只调用下拉刷新,不调用上拉加载更多bug

[所有更新日志](Changelog.md)

Expand Down Expand Up @@ -103,6 +104,12 @@ $('.element').dropload({

`noData()` 无数据

| 参数 | 说明 |
|----------------|----------------------------|
| `noData()` | 无数据 |
| `noData(true)` | 无数据 |
| `noData(false)`| 有数据 |

`resetload()` 重置。每次数据加载完,必须重置

`dropReload()` 手动加载
Expand Down

0 comments on commit 91747b7

Please sign in to comment.