pjax Module
+ + + + +
+
+
+
+
+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:
+ +-
+
+
- + + Pjax + + + +
- + + PjaxBase + + + +
- + + PjaxContent + + + +
- + + Plugin.Pjax + + + +
+
+
+This module is a rollup of the following modules:
+ +-
+
+
-
+
+ pjax-base
+
+
+ ++
Y.Routerextension that provides the core plumbing for enhanced navigation +implemented using the pjax technique (HTML5 pushState + Ajax). +
+
+ -
+
+ pjax-content
+
+
+ ++
Y.Routerextension that provides the content fetching and handling needed to +implement the standard pjax (HTMP5 pushState + Ajax) functionality. +
+
+ -
+
+ pjax-plugin
+
+
+ + Node plugin that provides seamless, gracefully degrading pjax functionality. ++
+
+
