/ Published in: jQuery
Expand |
Embed | Plain Text
$(document).ready(function() { $('.backtotop').click(function(){ $('html, body').animate({scrollTop:0}, 'slow'); }); });
You need to login to post a comment.
$(document).ready(function() { $('.backtotop').click(function(){ $('html, body').animate({scrollTop:0}, 'slow'); }); });
You need to login to post a comment.