在widget的registerClientScript函数中

$cs=Yii::app()->getClientScript();
$cs->scriptMap=array(
	'jquery.js'=>false,
);