Tag Archives: scroll

Smooth scroll to element using jQuery
18. Feb 2018 18:50 • Snippets • #, #, #, #

Smooth scroll to element using jQuery

If you are currently developing one page website, or just having a page where you navigate to certain elements, chances are that you’ll want that scroll to be a smooth and clean. Immediately you think I will need some scrolling JS plugin/script (like ScrollMagic), but there is a much simpler and easier way: $(‘a[href*=”#”]’).on(‘click’, function…Read More