jQuery Pagination Controller Plugin - tradpaginator
| File Size: | 12.8 KB |
|---|---|
| Views Total: | 2131 |
| Last Update: | |
| Publish Date: | |
| Official Website: | Go to website |
| License: | MIT |
A jQuery Pagination Plugin that allows you to easily generate active pagination controllers for your pages.
How to use it:
1. Include necessary javascripts
<script src="./path/to/jquery.js"></script> <scirpt src="./path/to/underscore.js"></script> <!-- load the plugin --> <script src="./path/to/jquery.tradpaginator.js"></script>
2. Call the function
$("#mypaginationdiv").tradpaginator('init', {
curpage:4,
totalpagesonresultset:18,
submitionmethod:'url',
getMethodOptions:{
pageinputvarname: 'page'
}
});
This awesome jQuery plugin is developed by andreas-trad. For more Advanced Usages, please check the demo page or visit the official website.








