Line 2: | Line 2: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$( document ).ready( function() { | $( document ).ready( function() { | ||
− | $( '. | + | $( '.mToTop' ).click( function() { |
$( 'html, body' ).animate( { scrollTop : 0 }, 400 ); | $( 'html, body' ).animate( { scrollTop : 0 }, 400 ); | ||
return false; | return false; |
Revision as of 13:40, 13 October 2018