/* Template created by Alex Devero http://alexdevero.cim http://alexsblog.org */ $(function() { $('nav a').click(function(e) { e.preventDefault(); $('body, html').animate({ scrollTop: $($.attr(this, 'href')).offset().top }, 750); }); });