How to integrate history.js to my ajax site?

Posted by vzhen on Stack Overflow See other posts from Stack Overflow or by vzhen
Published on 2012-11-08T10:58:13Z Indexed on 2012/11/08 11:00 UTC
Read the original article Hit count: 250

Filed under:
|
|
|

I have left and right div in my website and with navigation buttons. Let's say button_1, button_2.

When clicking on these button will change the right div content using ajax so means the left div do nothing.

The above is what I have done but I have a problem here, the url doesn't change. And I found history.js is able to solve this issue but I cannot find any tutorial about history.js + ajax.

Can anyone help me out?

Thank in adv

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX