0

Nothing works. I tried this common solution for instance, nothing happens.

$("#button").click(function() {
    $([document.documentElement, document.body]).animate({
        scrollTop: $("#id").offset().top
    }, 2000);
});

That #id being a container.

Thracian
  • 21
  • 3

0 Answers0