Skip to content
Advertisement

Breaking Array of Numbers to Pages Using Php and Jquery

Okay, i have this Range of numbers generated from an api (Like about 600 in total).

I am able to loop them into an html element with php. from the below code, once generated, it will take almost forever to load up all the numbers and my design will look messy at the end of the day.

JavaScript

So i want to create a Pagination Like navigation that will break the numbers into pagination, to show like 100 numbers per page. If it can be achieved via js or Jquery to avoid page reloading on pressing the page numbers button.

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement