I have a web app that I converted from corral methodology design (one stub file that includes header/content/footer) to a one page ajax system.
The index page calls a router page via ajax that includes a code (lasso or php) and html page just as corral. After the code is loaded into the content div, I bind all forms and links with ajax back to the same div for content.
Works flawlessly UNTIL I need the back button to work.
I have looked at history.js and others but am unsure of the easiest path. What suggestions do you have and do you have any good examples?