Searched refs:pjax (Results 1 – 4 of 4) sorted by relevance
97 pjax(opts)253 pjax.state = {300 if (!pjax.state) {301 pjax.state = {313 var xhr = pjax.xhr334 return pjax.xhr431 pjax(options)765 $.fn.pjax = fnPjax766 $.pjax = pjax772 $.pjax.defaults = {[all …]
1 if (jQuery.pjax) {3 jQuery(document).pjax('a', '#pjax_container');
13 The performance improvements come from [PJAX](https://github.com/defunkt/jquery-pjax). PJAX replace…51 > <?php } /* end of non-pjax header */ ?>66 > * NB this is moved down inside the pjax container compared86 > </div><!-- pjax container -->91 > <script src="<?php print DOKU_TPL . 'jquery.pjax.js'; ?>" defer="defer"></script>94 > <?php } /* end of non-pjax footer */96 Note that for clarity I have deliberately kept jquery.pjax.js (the unmolested PJAX code) and util.j…113 …* Currently, for clarity, the template keeps the Dokuwiki (lib/exe/js.php), PJAX (jquery.pjax.js) …
60 * NB this is moved down inside the pjax container compared186 </div><!-- pjax container -->189 <script src="<?php print DOKU_TPL . 'jquery.pjax.js'; ?>" defer></script>194 <?php } /* end of non-pjax footer */