scrollBtn.on('click', function() { $('html, body').animate({ scrollTop: $('#install').offset().top }, 2000); return false; }); })();