为了账号安全,请及时绑定邮箱和手机立即绑定
  • 四类选项卡
    查看全部
    0 采集 收起 来源:课程简介

    2015-07-18

  • 不自己试着打一下还真没发现问题,一直不明白为什么 oUl[this.id].style.display = 'block';这句话不能是oUl[i].style.display = 'block';原来是最后i已经变成了3了
    查看全部
    0 采集 收起 来源:编程练习

    2015-07-17

  • var that = this; //用that这个变量来引用当前划过的li
    查看全部
  • 晕菜,原来JS里面不能用 var i+=1 这类的代码
    查看全部
  • 顶了,讲的好细
    查看全部
    0 采集 收起 来源:编程练习

    2015-07-13

  • 老师讲的真心好,赞一个~
    查看全部
    0 采集 收起 来源:编程练习

    2015-07-13

  • setInterval()的使用方法
    查看全部
  • Tab 轮播效果 最终版
    查看全部
  • 倒计时 最终版
    查看全部
    0 采集 收起 来源:编程练习

    2015-07-12

  • Tab 选项卡 最终版
    查看全部
    0 采集 收起 来源:编程练习

    2015-07-12

  • Tab选项卡 先试试
    查看全部
    0 采集 收起 来源:编程练习

    2015-07-12

  • typeof 判断字符类型 用法:http://www.jb51.net/article/44372.htm
    查看全部
  • <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript"> window.onload=function(){ var send=document.getElementById('send'), times=60, timer=null; send.onclick=function(){ // 计时开始 send.value=times+"秒后重试"; send.disabled='true'; timer=setInterval(function(){ if (!times){ clearInterval(timer); timer=null; times=60; send.value="发送验证码"; send.disabled=0; return; } times--; send.value=times+"秒后重试"; },1000) } } </script> </head> <body> <input type="button" id="send" value="发送验证码" > </body> </html>
    查看全部
    0 采集 收起 来源:编程练习

    2018-03-22

  • <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript"> window.onload=function(){ var send=document.getElementById('send'), times=60, timer=null; send.onclick=function(){ // 计时开始 send.value=times+"秒后重试"; send.disabled='true'; timer=setInterval(function(){ if (!times){ clearInterval(timer); timer=null; send.value="发送验证码"; send.disabled=0; return; } times--; send.value=times+"秒后重试"; },1000) } } </script> </head> <body> <input type="button" id="send" value="发送验证码" > </body> </html>
    查看全部
    0 采集 收起 来源:编程练习

    2018-03-22

  • <!doctype html> <html lang="en"> <meta charset="utf-8"> </html>
    查看全部

举报

0/150
提交
取消
课程须知
1、您应该已经熟悉html标签和css样式表;2、您还应该已经熟悉JavaScript 或 jQuery的基础知识。
老师告诉你能学到什么?
您可以举一反三,制作非常精美风格多样的 Tab 切换效果,能够帮助你丰富或改进网站中的选项卡功能的用户体验。

微信扫码,参与3人拼团

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

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