Questions tagged [jqpagination]
16 questions
4
votes
1 answer
jqPagination - How do you specify the number of records per page?
I've recently been toying around with jqPagination, which is a jQuery plugin for pagination. It's a really neat plugin and I love how you can type in the page number. However, I'm having some difficulty because there isn't much documentation on it.…

user2059503
- 67
- 2
- 6
3
votes
2 answers
How to use jqPagination
Please help me, I don't know how to use jqPagination (http://beneverard.github.com/jqPagination/). I would each page which have other content. Ex, page 1, the content is a paragraph, page 2 is other paragraph. And I don't want click show/hide to…

user1506759
- 33
- 1
- 3
1
vote
1 answer
What does the comment mean when it says "Do something with the page variable"?
I'm trying to implement a pagination plugin for my webapp, and I found a good one. But I don't understand one section of the code that's commented "Do something with the page variable". I believe this is what's preventing the pagination plugin from…

Matthew
- 27
- 1
- 8
1
vote
0 answers
sync pagination with jqPagination
how to sync pagination with jqPagination, i tried with the below code but i was unsuccessful, when i click next button the sync is not happening. i feel like i am missing a small thing but i can't figure what it is. I am still learning javascript…

cooljd
- 11
- 3
1
vote
0 answers
Can jqPagination's paged callback be extended to provide a second parameter indicating which jquery object triggers the callback?
i am looking for a jquery pagination plugin to enable pagination for the content on my web page and i have found jqPagination a very nice plugin. But I have a use case where i need to use multiple instances of the plugin UI to control different…

gcire
- 11
- 1
1
vote
4 answers
How to customize pagination jQuery?
In my project I'm using jqPagination plugin. I really like the functionality, but I was wondering if it's possible to customize it in the way that max-page number always appears outside of the input box. Here is my link to the jsfiddle…

webIra7
- 49
- 6
1
vote
0 answers
Combine javascript filters with jqPagination
I am using javascript to filter elements on a page using show/hide. I would like to use jqPagination with this as well. The problem is that jqPagination also uses show/hide. So if a user clicks a filter link it will hide a number of the elements…

trueinViso
- 1,354
- 3
- 18
- 30
1
vote
1 answer
Customize display text in a jquery plugin - jqpagination
I am using the famous jqPagination for paginating my divs. As mentioned in the project page here.
I was able to successfully test the plugin. It works.
But, the question is this: It displays "Page 1 of 5" which i want to customize to something just…

now he who must not be named.
- 9,166
- 26
- 81
- 144
1
vote
0 answers
probelems in using jqpagination
hey experts i want to integrate jqpaginations in one of my android phonegap project, using jquery mobile ui on front for it, now the problem i am facing is i am newbie in jquery so i am not able to integrate it, the records i am getting from a json…

ahsan-ali
- 133
- 3
- 11
1
vote
2 answers
How to turn off "page" event seletively
I am using the jqPagination from Ben Everard. It's a nice plugin and saved me coding pagination logic.
I have a search and a button ,when a user enters a value and clicks the button I do Ajax search and the following to update the…

user2412398
- 471
- 4
- 10
1
vote
1 answer
Update max_page in jqpagination
I have 1001 entries to be shown .. I have a dropdown box listing how many entries to be shown per page . (10,20,30,40,50). Initially i show 10 entries per page so the number of pages would be 101 .The text content initially shows page 1 of 101. Now…

Praveen
- 366
- 3
- 12
0
votes
1 answer
How to define the ajax return value
In my project, I use jqpagination. And I want to define the records of each page, so I use select tag in my web page.
The problem is when I change select tag, the value returned from lstajax.php is not the same. sometimes it is xie1, but sometimes…

stack
- 821
- 1
- 15
- 28
0
votes
0 answers
jqPagination : has a undefined function when using on asp.net
Hello i am using jqPagination for paging on my asp.net using master and slave forms. When I placed the same code as the tutorial did, I encountered a typeError: an undefined is not a function $(...).jqPagination(...). I think the jqPagination wasn't…

LittleFunny
- 8,155
- 15
- 87
- 198
0
votes
1 answer
jqpagination 'get' current_page
In regards to this pagination plugin:
http://beneverard.github.io/jqPagination
$('.pagination').jqPagination('option', 'current_page')
Should 'get' the current page. However it returns the value 'false'
$('.pagination').jqPagination('option',…

timhc22
- 7,213
- 8
- 48
- 66
0
votes
1 answer
jqPagination showing only one element
I am using jqPagination plugin to paginate my news archives. News are getting displayed from backend using this format:
-
Title
News text
read more …

user3187469
- 1,461
- 7
- 23
- 31