This jQuery worked for me:
$( document ).ready(function() {
$('a.returnTopAction').click(function() { $('html, body').animate({scrollTop: '0'}, 700); });
});
This jQuery worked for me:
$( document ).ready(function() {
});