Tony Yip says to YSITD
` !function($) { $(".burger, .menu").click(function(){ $(this).parent().find(".hide").slideToggle(); }); $('a[href^="#"]').on('click',function (e) { e.preventDefault(); var $target = $(this.hash); $('html, body').stop().animate({ 'scrollTop': $target.offset().top }, 700, 'swing', function () { window.location.hash = target; }); }); }(window.jQuery);