browserstate / history.js

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.

Home Page:http://browserstate.github.com/history.js/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development documentation

luhn opened this issue · comments

Perhaps I'm overlooking it, but I don't see documentation for how to develop on the project. Doesn't need to be much, just quick instructions on how to run the build script and also say what files you should be developing on. (It's not immediately obvious what files are sourced for the build versus what files are result from the build.)