Answers for "scroll page to top after ajax success"

0

scroll page to top after ajax success

$('body').ajaxSuccess(function() {
  $('html, body').animate({ scrollTop: 0 }, 'slow');
});
Posted by: Guest on July-17-2020

Code answers related to "scroll page to top after ajax success"

Code answers related to "Javascript"

Browse Popular Code Answers by Language