JQuery loading

Hi,

How do I load the different JQuery libraries in Yii?

I am trying to use the "effects" but they are not working, the reason why this is because Yii is not loading the effects library. How do I tell Yii to do this?

It loads the standard JQuery library but not the effects.

James.

You can just register any js required files by using registerScriptFile from CClientScript.

Thanks.

Just out of curiosity has anybody got the …

.effect(\"pulsate\");

Working in JQuery with Yii? And can you tell me how you did it?