Scroll an element into targetNottDev·FollowMar 19, 2021--Shareโค้ดสำหรับการทำ scroll ไปยัง element ที่ต้องการ focus สามารถเขียนโค้ดได้ดังนี้$(document).ready(function () { var element = document.querySelector(".menu a.active"); element.scrollIntoView({behavior: "smooth" ,inline: "center"});});