Painting Blue Code
Simple, self-explanatory code snippets.
2020-04-06
jQuery - Scroll to first element of a given class or selector
$('html, body').
animate
(
{
scrollTop
: $('
CSS_SELECTOR
').first().offset().top
}
, 750
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment