I searched this site but all I found is jQuery scrolling to top. How can I scroll to certain link or bookmark in bottom
?
e.g. if I click a button: <a href="page.php?#contact_us">Contact Us</a>
then it should scroll the page down to bookmark: <a name="contact_us"></a>
with jQuery. How can I go about this?