Jump to a specific section smoothly.
This small but might really useful jQuery Plugin brings in an animation to all native section links and smoothly jumps at an element anywhere on your page.
Check out a short example of the anchor.js:
http://jsfiddle.net/psrRQ/4/
Just include the anchor.js
and anchor.init.js
file and also make sure that jQuery is defined.
<script type="text/javascript" src="path/to/your/anchor.js"></script>
<script type="text/javascript" src="path/to/your/anchor.init.js"></script>