History log of /yui3/src/pjax/js/pjax-plugin.js
Revision Date Author Comments Expand
d1cef3d275f4a07ff460440052381d69c5c75186 04-Jan-2012 Ryan Grove <ryan@wonko.com>

Pjax API docs.

5c4be14430d3cf06e67f48d6b8397eb0804b5b3a 30-Sep-2011 Ryan Grove <ryan@wonko.com>

Refactor Pjax into pjax-base, pjax, and pjax-plugin modules. PjaxBase is meant to be a mixin for Controller. Pjax extends Controller and mixes in PjaxBase to provide a usable Pjax implementation. Plugin.Pjax extends Pjax and can be plugged into a Node instance.

2c009c63cb81de4a8afcf5ad48fd91102b11bff4 21-Sep-2011 Ryan Grove <ryan@wonko.com>

Split pjax into "pjax" and "pjax-plugin" modules. Y.Pjax has all the functionality, but isn't a Node plugin so it doesn't actually do anything with Ajax responses. Y.Plugin.Pjax injects the response content into the host node and updates the page title.