Skip to content

EmmaCCC/PageBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PageBar v1.0

一个jquery分页插件1111

 var pager = $('#pager').pagebar({
                displayPageCount: 5,
                isWithSkipBtn: true,
                getTotalPages: function (data) {
                    return data.result.pageCount;
                },
                nextPage: function (data, pageIndex) {
                    console.log(data, pageIndex);
                } //点击当前页面回调函数,传入当前index
           });

About

一个jquery分页插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •