What is the best possible way to implement pagination? Currently, I have a list of items in which I wish to paginate if they’re more than 20 items. Any available plugins or tutorials that anyone could point me in the direction to?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If all that you know is HTML, then you will need a separate page for each.
If you know a server-side technology such as PHP, and have a host that supports it, then you have just one file to generate the HTML dynamically with each reloading
If you know a client-side technology such as Javascript, then you have again have just one file, which will pull-up the pictures dynamically without reloading the HTML.