案例:jquery案例     状态:可编辑再运行    进入横版
AخA
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<script src="/js/jquery-1.11.1.min.js">
5
</script>
6
<script>
7
$(document).ready(function(){
8
  $("button").click(function(){
9
    $("#div1").addClass("important blue");
10
  });
11
});
12
</script>
13
<style type="text/css">
14
.important
15
{
16
font-weight:bold;
17
font-size:xx-large;
18
}
19
.blue
20
{
21
color:blue;
22
}
23
</style>
24
</head>

 运行结果 
 北美留学生论坛