I do not understand why the scrollTop() jquery function is not working on the \'body\' element on Firefox.
$(\'body\').scrollTop(0);
I fixe
Very Simple Code , working 100%
$('body, html').scrollTop(0);