Randy Roesler

Results 5 comments of Randy Roesler

The documentation, the example, to reference to Ajaxify, all make it clear that statechange gets call on every state change. And the promoted pattern is to change your code to...

I modify my copy to better match W3C popState event semantics (I think) .. we are testing in our application now. See issue 137

Can you read branch/fork "rroesler / history.js" .. I updated my change this morning. Otherwise email me at [email protected]

Sorry guys, on Git Hub, under Admin, you can enable Issues, since this was my first action on GitHub, did not know this. Enabled now for the future. I can...

If anybody cares .. I think the problem is in this line of code and similar lines elsewhere in the code eds=o.advanced.extraDraggableSelectors ? $(!_canAccessIFrame() || top.document).add($(o.advanced.extraDraggableSelectors)) : $(!_canAccessIFrame() || top.document);...