815 0 0 0
Last Updated : 2025-04-28 20:31:34
How to scroll to specific div or element using JQuery
In this snippet I will teach you how to scroll to specific div or element using JQuery, Just use the code below
$("selector").get(0).scrollIntoView({ behavior: 'instant', block: 'center' });