Path : /hermes/bosweb01/b1720/mikegray.mobicards.ca/Cabansaycpa/ew_js/ |
Current < : /hermes/bosweb01/b1720/mikegray.mobicards.ca/Cabansaycpa/ew_js/scrollCode.js |
$(document).ready(function(){ $('a[href^="#"]').on('click',function (e) { if (this.hash.length > 0) { e.preventDefault(); var target = this.hash; var $target = $(target); $('html, body').stop().animate({ 'scrollTop': $target.offset().top }, 900, 'swing', function () { window.location.hash = target; }); } }); });