Answers for "scroll on click jquery html"

2

scroll jquery to anchor

$('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');
Posted by: Guest on June-12-2020

Code answers related to "scroll on click jquery html"

Code answers related to "Javascript"

Browse Popular Code Answers by Language