Line 136: | Line 136: | ||
</script> | </script> | ||
− | <script> | + | <script type="text/javascript"> |
− | function | + | $('#clickme').click(function() { |
− | + | $('html, body').animate({ scrollTop: $('#welcome').offset().top }, 'slow'); | |
− | } | + | }); |
</script> | </script> | ||
</html> | </html> |
Revision as of 12:32, 6 August 2018