Sargasso HijaxLoader
One of the core features of this framework is to implement an asynchronous page loading scheme which supports deep linking and lightning fast page loads where only dynamic content areas are merged between page loads leaving css, js, web workers and wrapper elements intact. Sargasso controller instances are automatically created as needed when their element appears in the DOM and destroyed when their element is removed so everything is cleanly destroyed and all the trash is collected.
HijaxLoader automatically captures <a href=".."> tags and calls the LoadPageHandler instead of letting the browser load pages. You can make a link be ignored by hijax by setting the <a href=".." data-no-hijax>. Offsite links and links with targets are automatically ignored. bootSargasso returns the function `LoadPageHandler()`. You must call this to load a new page programatically.
EG. instead of `location.href= '/home'`, use `LoadPageHandler('/home')`
Marking dynamic content
Here we are on the index Next Page