SyntaxFix
Write A Post
Hire A Developer
Questions
If you're simply trying to scroll to the specified element, you can use the scrollIntoView method of the Element. Here's an example :
$target.get(0).scrollIntoView();