Line 225: | Line 225: | ||
}, 1500); | }, 1500); | ||
return false; | return false; | ||
− | }); | + | }); |
− | + | ||
− | + | ||
− | + | $('.up').click(function() { | |
− | $('.up').click(function() { | + | |
$('html, body').stop().animate({ | $('html, body').stop().animate({ | ||
scrollTop: '0' | scrollTop: '0' | ||
}, 1000); | }, 1000); | ||
− | }); | + | }); |
+ | }); | ||
</script> | </script> | ||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:10, 28 August 2019