jQuery scrollTo id
<style>
.pointer { cursor: pointer; }
</style>
<a class=”pointer” onclick=”$.scrollTo(‘#here1′, 1000); return false;”>Here</a>
<h3 id=”here1″>text</h3>
<h3 id=”here2″>text</h3>
<style>
.pointer { cursor: pointer; }
</style>
<a class=”pointer” onclick=”$.scrollTo(‘#here1′, 1000); return false;”>Here</a>
<h3 id=”here1″>text</h3>
<h3 id=”here2″>text</h3>