IT Blog

Day: September 7, 2019

document.addEventListener("DOMContentLoaded", function () { if (window.location.hash) { const target = document.querySelector(window.location.hash); if (target) { setTimeout(() => { target.scrollIntoView({ behavior: "smooth", block: "start" }); }, 100); // Small delay to ensure proper scrolling } } });