how to page jump to top stop? #510
Unanswered
nurullah7733
asked this question in
Q&A
Replies: 1 comment
-
Make use of the preventDefault() method of the event object in your click event handler. HandleClick method prevents the default behavior of the anchor tag or button by calling e.preventDefault() , like this : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i click a page number, prev or next button then page jump to top. how to disable this?
Beta Was this translation helpful? Give feedback.
All reactions