Simple Ticker (jQuery)
Posted
by Nimbuz
on Stack Overflow
See other posts from Stack Overflow
or by Nimbuz
Published on 2010-05-10T07:44:51Z
Indexed on
2010/05/10
8:14 UTC
Read the original article
Hit count: 144
<ul>
<li><a href="#">one</a></li>
<li><a href="#">two</a></li>
<li><a href="#">three</a></li>
</ul>
I'd like to show only one li
at a time using slide effect, thats it. I'd like to avoid using plugins for something as simple as this.
Thanks in advance for your help.
© Stack Overflow or respective owner