为了账号安全,请及时绑定邮箱和手机立即绑定
刚才的发错了。 function dochange(curindex){
for(var i=0;i<list.length;i++){
list[i].className="";
}
list[curindex].className="on";
h=-170*curindex;
pic.style.top=h+"px";
index=curindex;
}
}
function dochange(curindex){
for(var i=0;i<list.length;i++){
list[i].className="";
}
list[curindex].className="on";
if(h>=-510){
h=-170*curindex;
pic.style.top=h+"px";
}else{
h=0;
pic.style.top=h+"px";
}
index=curindex;
}
function autoplay(){
index++
if(index>=list.length){
index=0;
}
dochange(index);
}
for(var i=0;i<list.length;i++){
list[i].id=i;
list[i].onmouseover=function(){
clearInterval(timer);
dochange(this.id);
}
list[i].onmouseout=function(){
timer=setInterval(autoplay,1000);
}
}
if(timer){
clearInterval(timer);
}
timer=setInterval(autoplay,1000);
window.onload=function(){
var wrap=document.getElementById('wrap'),
pic=document.getElementById('pic'),
list=document.getElementById('list').getElementsByTagName('li'),
index=0,
h=0;
timer=null;
send.onclick=function(){
send.value=times+"秒后重试";
send.disabled="false";
timer=setInterval(js,1000);
}
function js(){
if(times>1){
times-=1;
send.value=times+"秒后重试";
}else{
send.value="发送验证码";
send.disabled="";
clearInterval(timer);
}
}
老师讲解的真详细
好多个div……换我做估计会出一堆错……
无法给每个li添加id
想要看封装的同学们,http://www.cnblogs.com/oksite/p/4791183.html
点击这个网址,我封装了老师的插件。
我疯了,抓狂
看这个也可以收获一些之前不太熟悉的写法,比如这个id方法的封装。不过tabs用 jquery讲会比较简单,而且易用性更好,希望还是多点注重实用性。
为啥不用百分比呢?这么喜欢用死的PX?
这里面的 $ 把我搞晕了
虽然是个很简单的demo,但是涵盖很多常用的DOM操作。我看了不下5次,每次都有不同的收获,老师讲的非常棒,真心感谢。
课程须知
1、您应该已经熟悉html标签和css样式表;2、您还应该已经熟悉JavaScript 或 jQuery的基础知识。
老师告诉你能学到什么?
您可以举一反三,制作非常精美风格多样的 Tab 切换效果,能够帮助你丰富或改进网站中的选项卡功能的用户体验。

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消