mdn-ajax-nav-example icon indicating copy to clipboard operation
mdn-ajax-nav-example copied to clipboard

Update ajax_nav.js

Open ardeay opened this issue 11 years ago • 1 comments

I see firefox picks up onpopstate = function (oEvent) { bUpdateURL = false; oPageInfo.title = oEvent.state.title; oPageInfo.url = oEvent.state.url; getPage(); };

but chrome does not. Adding the

window.onpopstate

gets it to work in chrome, not sure if this is correct or not.

ardeay avatar Aug 11 '13 19:08 ardeay

Strict mode gives all sorts of errors... putting into my branch.

FossPrime avatar Feb 04 '14 00:02 FossPrime