anchor.js

Jump to a specific section smoothly.

View the Project on GitHub cbopp-art/anchor

anchor.js

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.

Demo

Check out a short example of the anchor.js:
http://jsfiddle.net/psrRQ/4/

Installation

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>