案例:jQuery案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
  <script type="text/javascript" src="/js/jquery.js"></script>
5
</head>
6
7
<body>
8
9
<ul>
10
  <li>list item 1</li>
11
  <li>list item 2</li>
12
  <li>list item 3</li>
13
  <li>list item 4</li>
14
  <li>list item 5</li>
15
</ul>
16
17
<script>
18
$('li').not(':even').css('background-color', 'red');
19
</script>
20
21
</body>
22
</html>
23

 运行结果 
 北美留学生论坛