Skip to content

Commit

Permalink
删掉DEMO无用变量
Browse files Browse the repository at this point in the history
  • Loading branch information
ximan committed Dec 2, 2016
1 parent fb88558 commit 6ac2612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/load-bottom.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ <h1>就当我是新闻页吧</h1>
var page = 0;
// 每页展示5个
var size = 5;
var pageStart = 0,pageEnd = 0;

// dropload
$('.content').dropload({
Expand Down

1 comment on commit 6ac2612

@CatOneTwo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我也这样写,但是不下拉就全部自动加载出来了,不知道问题在哪儿。需要的功能是下拉才加载

Please sign in to comment.