yii jquery


Yii::app()->clientScript->registerCoreScript('jquery');

code is loads pure jquery not min.jquery;

How i can load [color="#FF0000"]min.jquery[/color]

Disable debug mode (do not set YII_DEBUG).

Yes it help me. I disable it and clear assets.

You should not have to clear assets. Just disable debug mode and you should be fine.