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 History.js seems to be the best/most up-to-date.
My menu buttons each have their own unique ID's (#homeBtn, #featuresBtn, #pricingBtn), and currently look like this:
<a href="#home" class="homeMainMenuButton" id="homeBtn"><div class="homeMainMenuButtonText">Home</div></a>
Can someone give me an example (preferably on jsfiddle) on how I would implement History.js?
I can't seem to grasp any of the examples given by the author, and I simply need a dumbed down version =b
If you need any more information, please let me know, and thanks!