Response title
This is preview!




<!-- initialize the slideshow when the DOM is ready --> <script type="text/javascript"> $.fn.cycle.defaults.timeout = 6000; $(function() { // run the code in the markup! $('table pre code').not('#skip,#skip2').each(function() { eval($(this).text()); }); $('#portfolio').after('<div id="nav">').cycle({ fx: 'scrollLeft', speed: 'slow', timeout: 3000, pager: '#nav' }); // I thought I could just add this in to have the pagers when clicked pause the portfolio cycle //$('#nav').click(function()Â { //$('#portfolio').cycle('pause'); // }); });© 2010 The jQuery Project
Sponsored by
and others.
