Skip to content

vlasenkofedor/pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic pagination in Bootstrap

Dual licensed under the MIT and GPL licenses

Support AMD Module

##Bootstrap Pagination Creation of dynamic navigation with use of Bootstrap Pagination ###Example

<div id="panel"></div>
<script src="pagination.js"></script>
<script>
Pagination({tag: '#panel'}).onclick(function (page) {
    alert(page);
});
</script>

###Result

Pagination

Download all example

About

Bootstrap Pagination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published