国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

JQuery表格內(nèi)容過(guò)濾的實(shí)現(xiàn)方法

2019-11-20 22:33:46
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

[html]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JQuery表格內(nèi)容過(guò)濾</title>
<style type="text/css">
table{ border:0;border-collapse:collapse;}
div{font:normal 12px/17px Arial;}
td{ font:normal 12px/17px Arial;padding:2px;width:100px;}
th{ font:bold 12px/17px Arial;text-align:left;padding:4px;border-bottom:1px solid #333;width:100px;}
.even{ background:#FFF38F;}  /* 偶數(shù)行樣式*/
.odd{ background:#FFFFEE;}   /* 奇數(shù)行樣式*/
.selected{ background:#FF6500;color:#fff;}
</style>
<!--   引入jQuery -->
<script src="jquery-1.5.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
  $(function(){
       $("#filterName").keyup(function(){
          $("table tbody tr")
                    .hide()
                    .filter(":contains('"+( $(this).val() )+"')")
                    .show();
       }).keyup();
  })
</script>
</head>
<body>
    <div> <br/> 篩選: <input id="filterName" name="filterName" /> <br/> </div>
    <table>
        <thead>
            <tr><th>姓名</th><th>性別</th><th>暫住地</th></tr>
        </thead>
        <tbody>
            <tr><td>SYJ</td><td>男</td><td>河北秦皇島市</td></tr>
            <tr><td>李四</td><td>女</td><td>北京北京市</td></tr>
            <tr><td>王五</td><td>男</td><td>河北秦皇島市</td></tr>
            <tr><td>趙六</td><td>男</td><td>河北唐山市</td></tr>
            <tr><td>張三</td><td>男</td><td>內(nèi)蒙古呼和浩特市</td></tr>
            <tr><td>王六</td><td>女</td><td>內(nèi)蒙古包頭市</td></tr>
            <tr><td>二狗</td><td>男</td><td>北京北京市</td></tr>
            <tr><td>李字</td><td>女</td><td>河北秦皇島市</td></tr>
            <tr><td>二蛋</td><td>男</td><td>東北遼寧省</td></tr>
        </tbody>
    </table>
</body>
</html>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 吴川市| 楚雄市| 元谋县| 商洛市| 田林县| 龙门县| 临汾市| 德清县| 辽源市| 泽普县| 扎囊县| 云霄县| 普安县| 家居| 岳阳市| 托里县| 台南县| 阿拉尔市| 长宁县| 慈利县| 准格尔旗| 三江| 嘉定区| 冕宁县| 恭城| 囊谦县| 任丘市| 北京市| 北流市| 芦溪县| 从江县| 梧州市| 左贡县| 庆阳市| 睢宁县| 武川县| 宜城市| 佛坪县| 武乡县| 涟水县| 勃利县|