Last active
January 20, 2016 15:33
-
-
Save davidemaser/95eb9f7c7fd8f7b2d7fd to your computer and use it in GitHub Desktop.
Paginator demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="demo"></div> | |
| <script> | |
| $(this).paginator({ | |
| total:24, | |
| visible:5, | |
| start:1, | |
| getURI:false, | |
| uriOffset:'offset', | |
| speed:200, | |
| parent:'#demo', | |
| margin:5, | |
| padding:5, | |
| display:'horizontal', | |
| link:'paginator.html', | |
| offset:20, | |
| ellipsis:true, | |
| bootstrap:true, | |
| scope:'both' | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment