I want some Guide Lines For How To Use JPages .
if source code is avaiable please give me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sibeesh VenuPosted Nov 10, 2014, 4:24 AM
$(document).ready(function () {
$("div.holder").jPages({
containerID: "itemContainer",
perPage: 5,
keyBrowse: true,
scrollBrowse: true
});
});
See more here: http://www.arungudelli.com/jquery/simple-pagination-using-jquery/
Please accept and up vote if helped you :)
AkshayPosted Nov 13, 2014, 11:48 PM
means pagination applay automatically
Sibeesh VenuPosted Nov 10, 2014, 10:29 AM
AkshayPosted Nov 10, 2014, 6:07 AM
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
});