Skip to content

Instantly share code, notes, and snippets.

@alextrob
Created February 2, 2012 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alextrob/1722863 to your computer and use it in GitHub Desktop.
Save alextrob/1722863 to your computer and use it in GitHub Desktop.
SmoothAnchors usage
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="SmoothAnchors.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$().SmoothAnchors();
});
</script>
@alextrob
Copy link
Author

alextrob commented Feb 2, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment