Joined July 2019
·

gediminaskv

This jQuery worked for me:

$( document ).ready(function() {

$('a.returnTopAction').click(function() {
 $('html, body').animate({scrollTop: '0'}, 700);
});

});

Achievements
1 Karma
0 Total ProTip Views