st3ph / jquery.easyPaginate

jQuery plugin to paginate anything with cool effect (or not)
MIT License
45 stars 74 forks source link

scroll to top of the list #8

Open olien opened 7 years ago

olien commented 7 years ago

hi, how can I reach it, that on a click in the pagination the page scrolls to the beginning of the list.

greetings oliver

KevinAllen4325 commented 6 years ago

$('.easyPaginateNav a').on('click', function() { window.scrollTo(0, 0); })