API Docs for: 3.5.1
Show:

pjax Module

User Guide & Examples
Defined in: pjax/js/pjax.js:12

Available since 3.5.0

Provides seamless, gracefully degrading Pjax (pushState + Ajax) functionality, which makes it easy to progressively enhance standard links on the page so that they can be loaded normally in old browsers, or via Ajax (with HTML5 history support) in newer browsers.

This module provides the following classes:

This module is a rollup of the following modules:

  • pjax-base
    Y.Router extension that provides the core plumbing for enhanced navigation implemented using the pjax technique (HTML5 pushState + Ajax).
  • pjax-plugin
    Node plugin that provides seamless, gracefully degrading pjax functionality.