jQuery 抄袭笔记(24) :li轮流滚动
25 Oct 2011I need some sleep.
每个人都会有累的时候吧。
正如现在的背景音乐,Eels的声音依然那么冷淡纤细,疲惫中带有一丝无奈。
总是需要一些声音刺激麻痹的神经,缓和心中的结痂。
拉车的老马虽然需要休息, 但是车轮却难以停息的不停转动。
You just gotta let it go.
望着美好又残酷的理想,突然就累了。
不过再累也要,你懂。
这节的效果是轮回淡隐淡出的显示这五个数。应该可以用到图片展示上的(我猜)。
01 <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
02 <html xmlns=“http://www.w3.org/1999/xhtml”>
03 </span>
04 <meta http-equiv=“Content-Type” content=“text/html; charset=gb2312″ />
05</span>Hello Lazynight~~</title>
06 <script type=“text/javascript” src=“jquery-1.1.3.pack.js”></script>
07 <script type=“text/javascript”>
08 function Lazy_scroll(){
09 $(function(){
10 $(“#Lazy li”).eq().fadeOut(‘slow’,function(){
11 $(this).clone().appendTo($(this).parent()).fadeIn(“fast”);
12 $(this).remove();
13 });
14 });
15 }
16 setInterval(‘Lazy_scroll()’,1000);
17 </script>
18 </head>
19 </span>
20 <div id=“Lazy”>
21
02 <html xmlns=“http://www.w3.org/1999/xhtml”>
03 </span>
04 <meta http-equiv=“Content-Type” content=“text/html; charset=gb2312″ />
05
06 <script type=“text/javascript” src=“jquery-1.1.3.pack.js”></script>
07 <script type=“text/javascript”>
08 function Lazy_scroll(){
09 $(function(){
10 $(“#Lazy li”).eq().fadeOut(‘slow’,function(){
11 $(this).clone().appendTo($(this).parent()).fadeIn(“fast”);
12 $(this).remove();
13 });
14 });
15 }
16 setInterval(‘Lazy_scroll()’,1000);
17 </script>
18 </head>
19 </span>
20 <div id=“Lazy”>
21
- </span>
- </span>1,one</li>
23- </span>2.two</li>
24- </span>3.three</li>
25- </span>4,four</li>
26- </span>5,five</li>
27 </ul>
28 </div>
29 </body>
30 </html> </div> 下载源码 转载请注明:[于哲的博客][1] » [jQuery 抄袭笔记(24) :li轮流滚动][2] [1]: http://lazynight.me [2]: http://lazynight.me/668.html - </span>2.two</li>
22