Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.         // init bootpag
  3.         $('#page-selection').bootpag({
  4.             total: 10,
  5.             page: 1,
  6.             maxVisible: 10
  7.         }).on("page", function(event, /* page number here */ num){
  8.             $("#content").html("Insert content"); // some ajax content loading...
  9.         });
  10.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement