azzhey Posted January 25, 2012 Report Posted January 25, 2012 Hello!!! I have many tables with tr and td, and I want to create Next/Previous to navigate these tables by id..... ex: ( <<Prev 3 of 5 Next>> ) Do you have any idea or tutorial to show me how to do with javascript? Thanks Quote
Wickham Posted January 25, 2012 Report Posted January 25, 2012 It's called pagination. Google Pagination javascript. Here's one link using jQery (a type of javascript) for client-side pagination:- http://www.script-tutorials.com/how-to-create-easy-pagination-with-jquery/ It can also be server-side pagination, see the discussion on whether to use client-side or server-side:- http://java.dzone.com/articles/pagination-server-side-or-clie 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.