Select Page

Tag: Smooth Scroll

Smooth scroll for anchors – jQuery

Smooth scroll for anchors – jQuery

Just place this code anywhere after including jQuery library. This helps the user scroll to the ‘element’ id in href=”#element”. $(function () { /* Slide to # location with animation */ $(document).on(‘click’,...