7-6的示例又运行不了了
请看我自己的代码:
<!DOCtype html>
<html>
<head>
<title>方法的使用。</title>
</head>
<body>
<div id="divTest1">
<img src="Kelvin Weng/1-14112Q245551T.jpg" alt=""/>
</div>
<div id="divTest2">
<img src="Kelvin Weng/a2cc7cd98d1001e919b67917bb0e7bec54e7971b.jpg" alt=""/>
</div>
<script type="text/javascript">
$(function(){
$("#divTest1").bind("click",function(){
$this.fadeOut(3000,function(){
$("#divTest2").fadeIn(3000);
});
});
$("#divTest2").bind("click",function(){
$this.fadeOut(3000,function(){
$("#divTest1").fadeIn(3000);
});
});
});
</script>
</body>
</html>
我反复 对照 ,没有什么问题 ,但是 课程解释 里 说 有 按钮 ,示例中没有设置啊 ?请大虾看看问题出在哪里 ,谢谢 !