Skip to content

wuball/paging_bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

paging_bootstrap

Usage

Just include paging_bootstrap.js and call the paging function on the pagination element like this:

$(function () {
            $('#paging').paging(option);
        });
        
    Option = {
        total: 100,
        count: 8,
        index: 1,
        callback: null  //callbac(index,  pageTurning), index is current page; pageTurning is a function with no parameter, must use to reset paging.
    };
    
    
<div id="paging"></div>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published