You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
const links=document.querySelectorAll("a");if(links)for(const a of links)""!==a.hash&&a.addEventListener("click",clickHandler);function clickHandler(e){e.preventDefault();e=this.getAttribute("href"),e=document.querySelector(e).offsetTop;scroll({top:e,behavior:"smooth"})} |