This class will enable the browser to keep track of AJAX organized content, categorizing it as a page in its history.
Here are some key features of "HistoryManager":
· Allow users to bookmark your ajaxified application in the current state
· Forward/backward history browsing for your Accordion and every other
· Save states of One-page-applications over sessions
· Change easily default options and customize the behavior with Events
Requirements:
· JavaScript enabled on client side
· MooTools 1.11 or higher
What's New in This Release: [ read full changelog ]
· FIX: Added check for undefined modules in setValue/setValues.
· CHG: Cleaned up code a little bit.