When the user performs a certain action I want to bring them further down the page. Kind of like how an a-name link works. Except obviously it needs to happen without any additional parameters being added to the url or refreshing the page.
So what would be the jQuery way of doing this:
<a href="#person">Click Me</a>
<a name='person'>Tommy</a>
EDIT
a nice slide down effect to bring the user down the page would be nice too.