A. querySelector()
+ scrollIntoView({})
を使う
// 次のような例が考えられる $('#foo').on('click', function() { document.querySelector('a[name="hello"]').scrollIntoView({ behavior: 'smooth' }); });
A. querySelector()
+ scrollIntoView({})
を使う
// 次のような例が考えられる $('#foo').on('click', function() { document.querySelector('a[name="hello"]').scrollIntoView({ behavior: 'smooth' }); });