James Wragg
James Wragg
Related to #36
Undefined
Trying to implement the example & getting a simple `undefined` as the output in the browser. Inspecting the DOM I can see: ``` undefined ```
#### Context * *node version*: N/A * *module version*: 2.0.0 #### What are you trying to achieve or the steps to reproduce ? I'm trying to understand better how to...
Add an `allow404Responses` option to allow 404 responses to be parsed a successful request. As per ticket https://github.com/thybag/PJAX-Standalone/issues/35
If page is a 404 currently pjax-standalone treats the request as an error & doesn't complete. I'm not convinced this is correct behaviour as there may be SEO reasons that...
Upon a 'click' event the node & event is stored in the passed options object for reference. This can then be used in the success/error/complete callbacks, i.e. to manipulate the...
I was hoping a reference to the clicked node was available in beforeSend (I wanted to add a class to the link) so added it here. Available in the event...
Hi, me again. Firstly this little library is great, I'm really enjoying using it but finding the odd little thing that seems to have already fixed (with the PR from...
### Describe the feature I've found myself wanting to use IPX to transform the image format & wanting to supply options, e.g. process an animated gif by reducing the colour...
Referring to the following line: https://github.com/hapipal/boilerplate/blob/d1b4fda62eb8aaff10c78eea34096b3164555c6e/server/Dockerfile#L21 `npm` provides the `npm ci` command to install the versions specified in the `package-lock.json`. If your container is being built by CI & test...