jQuery asPaginator Plugin Example

Example

Default


  $(".custom").asPaginator(100);

altLists


  $(".custom").asPaginator(200,{components: { lists: { fix: true }});

Info


  $(".custom").asPaginator(100,{components: { info: true });

Goto


  $(".custom").asPaginator(100,{components: { lists: true, goTo: true });