Return to Snippet

Revision: 20202
at November 9, 2009 12:23 by ReeceMarsland


Initial Code
$(".view-id-home_portfolio div.item-list ul").cycle({
  fx: 'scrollLeft',
  next: '#portfolioSliderNext',
  prev: '#portfolioSliderPrev'
});

Initial URL


Initial Description


Initial Title
jCycle Plugin Example

Initial Tags
jquery

Initial Language
jQuery