Hello i have an isotopic result with pagination on top and bottom, theproblem is when the user reach bottom and click NEXT the results goes to the secondpage but the user dont notice that, because the results are on the top and the user is in bottom, im trying to do a scroll to top when the NEXT button (on the bottompagination) is licked but i cant find the options, i tryied modifying the code but dont work, any advice?
<a class="asp_next" href="#primary">
<?php echo $_pagination_arrow; ?>
</a>
When i put an anchor the pagination dont work, also tyied jquery but dont.
Help.