Prgramming jquery slider
Posted
by Mirage
on Stack Overflow
See other posts from Stack Overflow
or by Mirage
Published on 2010-05-20T01:56:31Z
Indexed on
2010/05/20
2:00 UTC
Read the original article
Hit count: 278
I want to program the jquery slider myself rather than using any plugin. But i want to know the basic idea.
e.g
I have
<ul>
<li> <div>content </div> </li>
<li> <div>content </div> </li>
<li> <div>content </div> </li>
<li> <div>content </div> </li>
<li> <div>content </div> </li>
</ul>
I want to show horzontally only three items at one time and there will be arroes left and right end.
I know jquery basics. But i don't know how should i do in steps. I mean when click on right arrow
The left div should slide left and new div com right should come left
ANy ideas in sequence what i need to do
© Stack Overflow or respective owner