| Name | Size | Mode | Actions |
|---|---|---|---|
| jquery.bootpag.js | 4540 | 0644 | editdlrm |
| jquery.bootpag.min.js | 2153 | 0644 | editdlrm |
| LICENSE.txt | 1057 | 0644 | editdlrm |
| README.md | 929 | 0644 | editdlrm |
/home/desid573/public_html/family/pdd/app/webroot/admin/plugins/jquery-bootpag/README.md (929B)
Dynamic page content
``` ```javascript $('#pagination-here').bootpag({ total: 7, // total pages page: 1, // default page maxVisible: 5, // visible pagination leaps: true // next/prev leaps through maxVisible }).on("page", function(event, num){ $("#content").html("Page " + num); // or some ajax content loading... // ... after content load -> change total to 10 $(this).bootpag({total: 10, maxVisible: 10}); }); ``` #License Plugin available under MIT license (see LICENSE.txt)