How to create Jquery products slider?

Posted by Kelvin on Stack Overflow See other posts from Stack Overflow or by Kelvin
Published on 2010-04-02T03:43:20Z Indexed on 2010/04/02 3:53 UTC
Read the original article Hit count: 344

Filed under:
|
|

Hi all,

I am trying to create jquery slider that could slide DIV's. I need something like jCarousel or jquery Moving Boxes.

It should be simple sliding of 3 items at a time.

<div class="all-items">
  <div class="item"><img src="">Item text 1</div>
  <div class="item"><img src="">Item text 2</div>
  <div class="item"><img src="">Item text 3</div>
  <div class="item"><img src="">Item text 4</div>
  <div class="item"><img src="">Item text 5</div>
  <div class="item"><img src="">Item text 6</div>
</div>

Any suggestions what should I use?

Thanks in advance

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about slider