案例:jQuery案例     状态:可编辑再运行    进入横版
AخA
 
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
    $("p:first").css("background-color","#B2E0FF");
8
});
9
 
10
</script>   
11
 
12
</head>
13
<body>
14
<html>
15
<body>
16
<h1>Welcome to My Homepage</h1>
17
<p class="intro">My name is Donald</p>
18
<p>I live in Duckburg</p>
19
<p>My best friend is Mickey</p>
20
<div id="choose">
21
Who is your favourite:
22
<ul>
23
<li>Goofy</li>
24
<li>Mickey</li>

 运行结果 
 北美留学生论坛