Bart Nagel
Bart Nagel
Sorry, but it really doesn't sound like your issue is connected. Perhaps open another ticket.
I was under the impression that multiple roots need to be in different scopes, which mine are. It doesn't sound like you're using scopes.
Ah, on reading the code in more detail I see that the autoescape option is in fact auto-escaping attribute values as well as element content. So I suppose that makes...
I found the same issue.
This commit adds an event. It's working well for me so far. https://github.com/tremby/jquery-pjax/commit/62fc5afea87cfcff62be70ade5546d3f1f31dc9d
At 2014-11-04 12:47:33 -0800, Mislav Marohnić wrote: > How about pjax:start No, `pjax:start` fires after the current contents are cached.
https://github.com/defunkt/jquery-pjax/blob/08a785dc367e1d28c54ac1fd3e77acf84f960f86/jquery.pjax.js#L365-373 It is not fired "before anything is done". In this particular case I need to destruct a JS-controlled scrollbar. I can't skip destruction and then when coming back skip...
Correct, that's the problem.
Perhaps the start event could just be moved to earlier? I'm on another project right now and don't know off hand if the start event is fired when going back/forward,...
@korotovsky, you could try using my fork, mentioned above. I'm using it in several production websites, some of which are fairly high-traffic. I just noticed, incidentally, that the relevant commit...