您当前的位置: 首页 > 

[JQ权威指南]第八天:删除页面元素

发布时间:2015-07-07 13:45:27 ,浏览量:0

 <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档title> <script type="text/javascript" src="../jquery-2.1.4.js">script> <style type="text/css"> body{ font-size:13px;} ul{ width:200px;} ul li{ list-style:none; padding:0px; height:23px;} span{ padding-left:20px;} .btn { border:#666 1px solid; padding:2px; width:60px;} style> <script type="text/javascript" > $(function(){ $("ul li:first").css("font-weight","bold");
        $("#Button1").click(function(){ $("ul li").remove("li[title=t]");
            $("ul li:eq(1)").remove();
            })
        }) script> head> <body> <ul> <li>学号li> <li title="t">1001li> <li>1002li> <li>1003li> <li style="text-align:center; padding:5px"> <input id="Button1" type="button" value="删除" class="btn" /> li> ul> body> html> 
关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    105695博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0487s