I need to do some of that fancy stuff where the URL gets updated (not with the # technique) cross browser. From what I have read, I’m not going to be able to do it with < IE10. I really could do with support and was wondering if anyone knew of ways to provide ‘hacksih’ support for HTML5 pushState IE8+ (ideally IE7 too if possibly).
Any idea via js/hackish etc?
Thanks!
The
hashchangeevent is supported on IE8. You’d have to manage the state yourself though.As epascarello commented, the history.js library has already done this work for you.