Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scroll to top of the list #8

Open
olien opened this issue Sep 22, 2017 · 1 comment
Open

scroll to top of the list #8

olien opened this issue Sep 22, 2017 · 1 comment

Comments

@olien
Copy link

olien commented Sep 22, 2017

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants