Skip to content

mystist/customPager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customPager

customPager is a jQuery pager plugin.

It's simple and customize.

It has no style on it.

You can pager your html in two ways:

  1. Pager it in the front end.
    That means you need to get all the data from server first. And then everything is ok.

  2. Pager it in the server end.
    That means everytime you do the page action, you need to get the filterd data from server.
    To do so, you need to provide a request function(just like getDataFromServer in the demo) and use the fetch option.

See it in the demo.

Contact me for more information:

http://mystist.github.com/

Change Log

2013-10-11

Initial customPager release.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published