custom "Next Page" Button

Questionscustom "Next Page" Button
Mario asked 8 years ago

Is a "click to previous/next page button" possible?
Something analog to "click to add new data button":

<input type="button" value="Add Data" onclick="jQuery('#add_list1').click()">

4 Answers
Abu Ghufran answered 8 years ago

You can replace add_list1 with pager td ids.
Refer this: http://easycaptures.com/fs/uploaded/827/2947156389.png

Mario answered 8 years ago

Great it works with:

<input type="button" value="Next Page" onclick="jQuery('#next_list1_pager').click()">

Mario answered 8 years ago

Great it works with:

<input type="button" value="Next Page" onclick="jQuery('#next_list1_pager').click()">

Mario answered 8 years ago

Great it works with:

<input type="button" value="Next Page" onclick="jQuery('#next_list1_pager').click()">

Your Answer

10 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?