六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 70|回复: 0

JQuery 图片广告 切换

[复制链接]

升级  6%

15

主题

15

主题

15

主题

秀才

Rank: 2

积分
59
 楼主| 发表于 2013-2-7 18:49:52 | 显示全部楼层 |阅读模式
简单实现图片切换 呵呵
<style type="text/css">ul,li{margin:0;padding:0}#scrollDiv{width:140px;height:120px;line-height:25px;border:#ccc 0px solid;overflow:hidden}#scrollDiv li{height:25px;padding-left:10px;}.paging a {border:1px solid #FFFFFF;color:#EEEEEE;font-size:75%;font-weight:bold;margin:0pt 0pt 5px;padding:0pt 5px;text-decoration:none;}</style>
<script type = "text/javascript">var runTime var curNew = 0;var news = 0;jQuery(function ($) {news = $('#scroll-container li');var paging = $("#paging");$('#scroll-container li').each(function(i,el){var n = $("<span></span>");paging.append(n.html("<a href=\"javascript:;\" onclick=\"javascript:curNew="+(i-1)+";scroll_news("+(i)+");\">"+(i+1)+"</a>"));});scroll_news(curNew);});function scroll_news(index){  curNew=curNew+1;if(curNew>=news.length)curNew=0;$('#scroll-container li').each(function(i,el){if(index==i) {$(el).show();} else {$(el).hide();}});$('#paging span').each(function(i,el){if(index==i) {$(el).css({ background: "red" }); } else {$(el).css({ background: "#000" });}});if(runTime)window.clearTimeout(runTime);runTime=window.setTimeout("scroll_news("+curNew+")",4000);    }</script>
<body><div id="scrollDiv"><ul id="scroll-container" style="margin-top: 0px;"><li><img width="120" height="120" src="http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/120/199481072_b4a0d09597_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/57/199481087_33ae73a8de_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/77/199481108_4359e6b971_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/72/199481203_ad4cdcf109_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/58/199481218_264ce20da0_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/69/199481255_fdfe885f87_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/60/199480111_87d4cb3e38_s.jpg" alt="" /></li><li><img width="120" height="120" src="http://static.flickr.com/70/229228324_08223b70fa_s.jpg" alt="" /></li></ul> </div><div id="paging" class="paging"></div></body>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表