Mislav Marohnić
Mislav Marohnić
> I cant use cache because I have trouble with some javascript plugin as select2 on popstate event . What is the trouble? What is the plugin that misbehaves?
So because they're changing DOM structure (like most JS plugins), how did you find that they break with pjax?
Please don't re-trigger the `pjax:success` event artificially. If you want to be informed of _any_ pjax navigation, be it an XHR request or on browser back button (restoring content from...
Whoops, fixed my code example by changing `$(this)` to `$(event.target)` in the event handler.
Closing due to lack of information.
As per my previous comment, I was open for a PR that changes behavior for `*-dev` builds, but since there was no chatter nor upvotes around this in the years...
Closing as resolved. If I missed anything, please let me know! > The Homebrew formula already [depends on](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ruby-build.rb#L15) Homebrew’s `readline` package, so I think listing the need to install `readline`...
@jasonkarns I'm sorry I never got around to merging this, but I waited to see if ruby-build will need sha-512 support for anything specific, and since it hasn't, I will...
`$(window).on("beforeunload", function() { ...})` definitely works with Zepto. The problem must be elsewhere in your code. Note that the browser may also have restrictions on the range of operations you...
Thanks for reporting. Our initial popstate detection might not be perfect and out automated test for this is even forse (intermittently fails). Also, if an inital popsate happens before jquery-pjax.js...