I'm making a website that works on a single page. So when I click on a menu button it scrolls to the area I want with:
$('html, body').animate({scrollTop: $('#nomedoid').offset().top},Math.abs(0));
And at the same time I put the window.hist...
asked by
29.03.2017 / 19:34