Back

Jquery scroll with #

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

if($(window.location.hash).length > 0){ $('html, body').animate({ scrollTop: $(window.location.hash).offset().top}, 1000); }