<html>
<head>
<script type="text/javascript" src="jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="../ckeditor/ckeditor.js"></script>
<script type="text/javascript">
$(function(){
             
 $(".xx").cheditor();
   })</script>
</head>
<body>
<textarea class="xx">
pppppppppppppppppppppppppppppppp
</textarea>
</body>
</html>问题:怎么没有反应啊?