Home
last modified time | relevance | path

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

/template/starterpjax/
Djquery.pjax.js97 pjax(opts)
134 pjax($.extend({}, defaults, options))
158 function pjax(options) { function
159 options = $.extend(true, {}, $.ajaxSettings, pjax.defaults, options)
233 var currentVersion = (typeof $.pjax.defaults.version === 'function') ?
234 $.pjax.defaults.version() :
235 $.pjax.defaults.version
253 pjax.state = {
263 window.history.replaceState(pjax.state, container.title, container.url)
285 pjax.state.url = url.href
[all …]
Dutil.js1 if (jQuery.pjax) {
3 jQuery(document).pjax('a', '#pjax_container');
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) …
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 */