为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

1 回答

<!DOCTYPE html>
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>挑战题</title>
   <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>
   <style>
       .yincang{display:none;}
   </style>
</head>

<body>
<ul>
   <li class="yincang">这是第一个li</li>
   <li class="yincang">这是第二个li</li>
   <li>这是第三个li</li>
   <li>这是第四个li</li>
   <li>这是第五个li</li>
   <li>这是第六个li</li>
   <li>这是第七个li</li>
   <a href="#" id="bian" onclick="showHidenCode()">更多</a>
</ul>
<script>
   function showHidenCode(){
       if($("#bian").html()=="更多"){
           $("#bian").html("简化");
           $("li:eq(0)").removeClass("yincang");
           $("li:eq(1)").removeClass("yincang");
       }else{
           $("#bian").html("更多");
           $("li:eq(0)").addClass("yincang");
           $("li:eq(1)").addClass("yincang");
       }
   }


</script>
</body>
</html>

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
jQuery基础课程
  • 参与学习       154768    人
  • 解答问题       7184    个

加入课程学习,有效提高前端开发速度

进入课程

jquery学习

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信