I would like to get a tutorial to implement pagination similar to twitter and facebook where it loads a list of items and then below there is a load more button. When this button is clicked the list is appended with a list of items. Can anyone help? Please no jquery
Share
I know you have stated no jQuery, but you’re still going to have to make some sort of Javascript call for the AJAX…
Here is a simple tutorial on how to make one, like I said, it uses jQuery but it’s only to make the AJAX call which can be changed to normal Javascript if you really need it to. To learn how to do this you can read this article here