SyntaxFix
Write A Post
Hire A Developer
Questions
$('#pagedwn').bind("click", function () { $('html, body').animate({ scrollTop:3031 },"fast"); return false; });
This solution worked for me. It is working in Page Scroll Down fastly.