Hi, I’m using the code to reload at top of page when refresh is pressed.:
<script>
$(document).ready(function(){
$(this).scrollTop(0);
});
</script>type or paste code here
but it’s not working, I think it’s because the url contains “#pic10” pointing to the location within the page before clicking refresh, how do I force top of page when I click refresh.
Thanks for any help