I\'m fairly new to programming, and I\'m making an AJAX site with the help of jQuery.
I\'ve looked around a fair bit for an AJAX history handler, and figured that Hi
Follow the instructions here: https://github.com/browserstate/ajaxify
Change your links to traditional links href="#home" to href="/home" - make sure http://mywebsite.com/home works. This is all about graceful up-gradation.
href="#home"
href="/home"
http://mywebsite.com/home