I am trying to get my page to scroll to the top. It works in Chrome but not Firefox. I have read threads on here and tried them, but none have worked. These are the ones I have tried.
window.scrollTo(0,0);
jQuery(window).scrollTop();
jQuery(window).scrollTo();
jQuery(window).scrollTo(0,0);