How to make the page go up when the button is pressed? For example, I have AJAX (loading content without reloading the page), and I need the page to go up when I press a button.
<script type="text/javascript"> jQuery(document).ready(function($) { ??????????????????????? }); </script> <a href="index.php">Ссылка</a>