Jquery Pagination Tutorial plugin, Javascript pagination tutorial Plugin Simple pt.3/6

preview_player
Показать описание
Jquery pagination tutorial, Javascript pagination tutorial, jquery page scroll, jquery plugin development. A simple jquery pagination plugin tutorial made from scratch using jquery, html, css only. In this tutorial, you will learn how to make a jquery plugin from scratch. Best practises on how to code jquery plugins and also how to code quickly and efficiently.

Please rate, comment and subscribe if it helps. It would mean a lot to me. Thanks.

LSWAT - LS WEB APPS TUTORIALS
Рекомендации по теме
Комментарии
Автор

Your tutorial is great it works for me, but there is one but, when you click the number it doesent goes up to show the most up post it keeps you down showing the number of pages. How to fix that? Because it is annoying after going to page 2 or 3 or what ever you need also scroll up to have a look at the top post.

ErniB
Автор

sir am using ur same code as, but i got error( custom.js:5 Uncaught TypeError: ".pagination".customPaginate is not a function),
due to this error <ul></ul> is not showing in inspect element, thanks sir

deepgagan
Автор

What He means is, when you click the selected 'page number' the page doesn't scroll itself up (it stays down), The way the pagination should work is to direct the 'viewer' to the top of the page (just like using hrefs with anchors), and this one doesn't. Is that what You wanted to say Ernest?

MarkArbor