PaulKinlan / leviroutes

A basic routes framework for JS that hooks in to HTML5 history
Apache License 2.0
229 stars 25 forks source link

Provide a wrapper for pushState #7

Closed PaulKinlan closed 12 years ago

PaulKinlan commented 13 years ago

There is a need to unify the HTML5 History API and fragment URI's.

We need to work out a way that we can have use both - it might be that the path URL is /#somepath/somefile.html when history isn't supported.

ghost commented 12 years ago

There already is such a solution: History.js.

PaulKinlan commented 12 years ago

I should have closed this issue a while ago because I don't really care about browsers that don't support HTML5 history. This will still work it just makes the UA refresh the page instead of a nice in page load of data ajax style.