Usage
Ensure your links have the `data-fragment` attribute and point to the desired URL. The value of `data-fragment` is the id of the element that will be replaced.
<a href="page1.html" data-fragment="main">Page 1</a>
<a href="page2.html" data-fragment="main">Page 2</a>
<div id="main">
<!-- Content will be dynamically loaded here -->
</div>
You can also take a look at the source of this page, because the menu on the left uses Fragment :-)