Currently I am facing the ajax URL change problem.
Let's say I have an ajax call, when user click on the div and the div will expand and ajax get data from db but the url doesn't change.
Then I found about html5 history api at firefox website. At the bottom of the page recommend history.js to overcome cross-browser issues.
But then, I found jquery-history.js and jquery-ajaxy , Omg, why there is so much version?
Any suggestion which I have to use? What I want is all my ajax call
- does provide url change
- back / next browser button
- Using HTML5 api
- Don't Care about old browser
- Don't Care IE
- It is real no fully page reload but not just fake it.
And I am using jquery.