How can I scroll to an element or class after click?

<script type="text/javascript">
$(".news-btn").click(function() {
    $('html, body').animate({
        scrollTop: parseInt($("#newsletter").offset().top - 200)
    }, 2000);
});
</script>
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.