案例:jQuery案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
  <style>p { margin:10px; padding:10px; }</style>
5
  <script type="text/javascript" src="/js/jquery.js"></script>
6
</head>
7
8
<body>
9
  <p><span>Hello</span>, how are you?</p>
10
  <script>$("p").find("span").end().css("border", "2px red solid");</script>
11
</body>
12
</html>
13

 运行结果 
 北美留学生论坛