index.html revision b5390ca8d67763a8c17c8dd688695774fb89826b
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews <p>Current Time: <strong id="now"></strong></p>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt YUI({ filter: 'raw' }).use('pjax-plugin', function (Y) {
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein // Shows a timestamp so you notice full page reloads.
86b0285d7e65601645db4090d62ee6cb63abad6cAndreas Gustafsson Y.one('#now').set('text', new Date());
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein // Plug-in the pjax.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein contentSelector: '#content > *',
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein linkSelector : '#nav a'