Home
last modified time | relevance | path

Searched refs:pjax (Results 1 – 4 of 4) sorted by relevance

/template/starterpjax/
H A Djquery.pjax.js97 pjax(opts)
253 pjax.state = {
300 if (!pjax.state) {
301 pjax.state = {
313 var xhr = pjax.xhr
334 return pjax.xhr
431 pjax(options)
765 $.fn.pjax = fnPjax
766 $.pjax = pjax
772 $.pjax.defaults = {
[all …]
H A Dutil.js1 if (jQuery.pjax) {
3 jQuery(document).pjax('a', '#pjax_container');
H A DREADME.md13 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 compared
86 > </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) …
H A Dmain.php.withTime60 * NB this is moved down inside the pjax container compared
186 </div><!-- pjax container -->
189 <script src="<?php print DOKU_TPL . 'jquery.pjax.js'; ?>" defer></script>
194 <?php } /* end of non-pjax footer */