I'm working on this page http://dindita.com/preview.html
I added this to make it scroll to the top when someone refreshes the page but doesn't seem to work, I wonder if it's a conflict with the other scrolling scripts I'm using.
<script type="text/javascript">
    $(document).ready(function(){
    $(this).scrollTop(0);
});
</script>
Any clue?
P.s.: work in progress: messy scripts
 
     
     
     
     
    