案例:jQuery案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<script type="text/javascript" src="/js/jquery.js"></script>
4
<script type="text/javascript"> 
5
 
6
$(document).ready(function(){
7
    $("tr:gt(2)").css("background-color","#B2E0FF");
8
});
9
 
10
</script>   
11
 
12
</head>
13
<body>
14
<html>
15
<body>
16
<h1>Welcome to My Web Page</h1>
17
18
<table>
19
<tr>
20
<th>Id</th>
21
<th>LastName</th>
22
23
<th>FirstName</th>
24
<th>Address</th>

 运行结果 
 北美留学生论坛