案例:jQuery案例     状态:可编辑再运行    进入横版
AخA
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<script type="text/javascript" src="/js/jquery.js"></script>
5
</head>
6
<body>
7
<p>Hello <a href="http://www.baidu.com/">Baidu</a>, how are you doing?</p>
8
<script>$("p").contents().filter(function(){ return this.nodeType != 1; }).wrap("<b/>");</script>
9
</body>
10
</html>

 运行结果 
 北美留学生论坛