猿问

帮忙 看下 那里错了 怎么按钮点击没反应

<!doctype html>
<html>
 <head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus®">
  <meta name="Author" content="明威">
  <meta name="Keywords" content="关键词">
  <meta name="Description" content="描述">
  <title>sdhfsdf</title>
  <script type="text/javascript" src="js/jquery.js"></script>
  <script type="text/javascript">
var _index=0;//序列号
$(".But span").click(function(){
$(this).addClass("active").siblings("span").removeClass("active");_index=$(this).index();

$(".scroll").animate({left:_index*-980},500);

});
  
  </script>
  <style type="text/css">
  *{margin:0px;}
  #flash{width:100%;height:457px; background:url("images/bg.jpg"); padding-top:35px;}
  #flash .Con{width:980px; height:420px; background:#ff3333; margin:0px auto; position:relative;/*相对定位*/ overflow:hidden;/*超出隐藏*/}
  #flash .Con .scroll{width:9999px;height:420px; position:absolute;/*绝对定位*/ left:-0px;}
  #flash .scroll img{float:left;}
  #flash .Con .But{width:100%; height:30px; position:absolute; bottom:0px; text-align:center;}
#flash .Con .But span{width:16px;height:16px; display:inline-block;/*行间块*/ background:url("images/but1.png") no-repeat center; margin:0px 3px;}
#flash .Con .But span.active{background-image:url("images/but2.png");}
  </style>
 </head>
 <body>

<div id="flash">
<div>
<!--滚动区-->
<div>
<img src="images/flash1.jpg"/>
<img src="images/flash2.jpg"/>
<img src="images/flash3.jpg"/>
<img src="images/flash4.jpg"/>
<img src="images/flash5.jpg"/>
<img src="images/flash6.jpg"/>
</div>
<!--按钮-->

<div>
<span></span><span></span><span></span><span></span><span></span><span></span>
</div>


</div>

</div>


  
 </body>
</html>


慕圣1121953
浏览 1877回答 2
2回答

vippiv

.but这个元素找不到,点击当然无效

化龙贝

$(".But span")but什么玩意?
随时随地看视频慕课网APP
我要回答