djax icon indicating copy to clipboard operation
djax copied to clipboard

Dynamic pjax, responds to layout changes across requested pages

Results 27 djax issues
Sort by recently updated
recently updated
newest added

I'm not able to achieve page transitions with the mentioned DOM replacement callbacks, resp. the example in the documentation or from your demo site. The callback function (e.g. "transition") doesn't...

While setting up my views for those occasions when I simply want to replace all of the page content rather than small portions, I found that a direct child of...

I want to exclude some links to images that should be opened with Fancybox, but they still get the "dJax_internal" class. This is the code i'm using: ``` jQuery(document).ready(function($) {...

Here's a snippet of the markup ``` Thank You Message ``` When I click that the url changes but the result is not showing but when I view the page...

djax doesn't work properly with jQuery 1.9

Hi ! this is not an issue but general question. How to refresh / reload wordpress header scripts on specific pages for example a have a google maps script loading...

Hi beezee, First off, this is pretty damn awesome. I collaborated with another developer on getting PJAX to work with the [Roots Theme](http://rootstheme.com), [Roots PJAX](https://github.com/wayoutmind/roots-pjax), but unfortunately never really took...