Skip to content
Loading
How To Use JPages
  • now i am using 2 pagination on single webpages that time its not working. it shows only 1 number its not showing no 2 3 4 O/P=> <- pervious 1 Next->
    <- pervious 1 Next->
    $(function () { $("div#holder").jPages({ containerID: "ulTab", perPage: 5, startPage: 1, startRange: 1, midRange: 2, endRange: 1 }); $("#holderDivFunction").jPages({ containerID: "ulJobFunction", perPage: 5, startPage: 1, startRange: 1, midRange: 2, endRange: 1 });