JacquesHille (Talk | contribs) |
JacquesHille (Talk | contribs) |
||
Line 44: | Line 44: | ||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
− | + | $(document).on('click', 'a[href^="#"]', function (event) { | |
− | $('a[href | + | event.preventDefault(); |
− | + | ||
− | + | ||
− | + | $('html, body').animate({ | |
− | + | scrollTop: $($.attr(this, 'href')).offset().top | |
− | + | }, 500); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
}); | }); | ||
− | |||
Revision as of 15:13, 15 October 2018