Solution: Use Jquery on a static site to automatically link together pages in a back and next fashion.

This is a jquery script that you add to your static websites to automate the linking together of a series of pages. I needed it to link together a product tour but you could easily use it for many other purposes. View Demo Problems this solves: No need to manually add “back” and “next” links to each page No need to link each back and next page to the relevant pages. When you want to reorder the pages you don’t need to re link the pages. […]