I'm trying to load my content into a div using Ajax. So far I've been successful into getting it to load. However, I don't know how to handle when...
- The user inputs the url (http://www.example.com/#page.html) is should direct them to the page with the correct content loaded. (Right now it just loads it normally.)
- When the user hits the BACK button on their browser it should navigate properly.
Any suggestions and concerns are welcome also. Thanks for your assistance.