Reputation: 1952
I'm beginning to play with PJAX. But there's a problem. IE9- doesnt support pushState. I found history.js to provide pushState and replaceState for old browsers but I cant use history.js in jquery.pjax. Who used history.js in jquery.pjax?
Upvotes: 1
Views: 586
Reputation: 66
They don't work together and are not meant to. History.js does everything PJAX does and better, so no need to mix the two.
Upvotes: 1