我得到了答案。
<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <a4j:loadscript src="resource:///org/richfaces/renderkit/html/scripts/jquery/jquery.js" /> <a4j:loadscript src="../scripts/highcharts.js"/> <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function() { .... .... }); </script> </head>


