ducdhm
ducdhm

Reputation: 1952

How to integrate history.js with jquery.pjax?

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

Answers (1)

John
John

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

Related Questions