Skip to content

Instantly share code, notes, and snippets.

@davidemaser
Last active January 20, 2016 15:33
Show Gist options
  • Select an option

  • Save davidemaser/95eb9f7c7fd8f7b2d7fd to your computer and use it in GitHub Desktop.

Select an option

Save davidemaser/95eb9f7c7fd8f7b2d7fd to your computer and use it in GitHub Desktop.
Paginator demo
<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