案例:jQuery案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<script type="text/javascript" src="/js/jquery.js"></script>
4
<script type="text/javascript">
5
$(document).ready(function(){
6
  $("button").click(function(){
7
    $("p:first").addClass("intro note");
8
  });
9
});
10
</script>
11
<style type="text/css">
12
.intro
13
{
14
font-size:120%;
15
color:blue;
16
}
17
.note
18
{
19
background-color:yellow;
20
}
21
</style>
22
</head>
23
24
<body>

 运行结果 
 北美留学生论坛