$(once('back-to-top', '#back-to-top', context)).click(function (e) {
        e.preventDefault();
        $("html, body").animate({
          scrollTop: 0
        }, "slow");