index.html revision b5390ca8d67763a8c17c8dd688695774fb89826b
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt YUI({ filter: 'raw' }).use('pjax-plugin', function (Y) {
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt // Shows a timestamp so you notice full page reloads.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt Y.one('#now').set('text', new Date());
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt // Plug-in the pjax.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt contentSelector: '#content > *',
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt linkSelector : '#nav a'