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 Download all example