SyntaxFix
Write A Post
Hire A Developer
Questions
I mostly use following code to scroll down
$('html, body').animate({ scrollTop: $(SELECTOR).offset().top - 50 }, 'slow');