jCycle Plugin Example


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $(".view-id-home_portfolio div.item-list ul").cycle({
  2. fx: 'scrollLeft',
  3. next: '#portfolioSliderNext',
  4. prev: '#portfolioSliderPrev'
  5. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.