History log of /yui3/src/pjax/tests/pjax.html
Revision Date Author Comments Expand
8b8817187a09d276a5807c8236dd5a8bcd558c44 15-Feb-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Pjax now handles <a href="#in-page"> links properly, like a browser.

7d9f4a49ef5e163b5f38d09a20f72208ab859e65 20-Oct-2011 Ryan Grove <ryan@wonko.com>

Use the new Test Console widget.

/yui3/src/autocomplete/tests/assets/test-console.css /yui3/src/autocomplete/tests/assets/test-console.js /yui3/src/autocomplete/tests/functional/autocomplete.html /yui3/src/escape/tests/assets/test-console.css /yui3/src/escape/tests/assets/test-console.js /yui3/src/escape/tests/functional/escape.html /yui3/src/event-valuechange/tests/assets/test-console.css /yui3/src/event-valuechange/tests/assets/test-console.js /yui3/src/event-valuechange/tests/functional/event-valuechange.html /yui3/src/highlight/tests/assets/test-console.css /yui3/src/highlight/tests/assets/test-console.js /yui3/src/highlight/tests/functional/highlight.html /yui3/src/history/tests/assets/test-console.css /yui3/src/history/tests/assets/test-console.js /yui3/src/history/tests/functional/history-base.html /yui3/src/history/tests/functional/history-hash.html /yui3/src/history/tests/functional/history-html5.html /yui3/src/oop/tests/oop.html pjax.html /yui3/src/text/tests/assets/test-console.css /yui3/src/text/tests/assets/test-console.js /yui3/src/text/tests/functional/text-accentfold.html /yui3/src/text/tests/functional/text-wordbreak.html /yui3/src/yui/tests/array.html /yui3/src/yui/tests/get.html /yui3/src/yui/tests/lang.html /yui3/src/yui/tests/object.html
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.

9d33ba3ba3784734226f6b4cc364589058e5ca21 20-Sep-2011 Ryan Grove <ryan@wonko.com>

Pjax tests. Mostly there, but still a few more to write.