$(document).ready(function(){$("#lookAhead").on("click",function(){var n=$(".box-etf").offset().top;$("HTML, BODY").animate({scrollTop:n},500)})})