It is always nice to add a scrolling effect for links that point to an ID on the same HTML page - and it is really easy to do with a few lines of code if you are already using jQuery.
Create a dynamic table of contents with jQuery
You can easily auto generate a clickable table of contents with jQuery if your text is divided by (the same level of) headers. All you need to do is to wrap your text in a container div and use the setInnerLinks() function.