Disable Auto Jquery Load In Form

hello,

I use the CActiveForm widget in ajax loaded content. But when I load the ajax with a render it wil automaticly load jQuery. But when i put the contents i get back into the page, jquery is loaded 2 times. And that gives some problems. Is there a way to disable the auto jQuery load in CActiveForm.

Hi,

http://www.warden.pl/2012/05/25/yii-avoid-to-include-jquery-twice-in-ajax-rendered-actions/

http://stackoverflow.com/questions/10188391/yii-renderpartial-proccessoutput-true-avoid-duplicate-js-request

http://www.yiiframework.com/forum/index.php/topic/31842-jqueryjs-is-loaded-multiple-times/

Hope this helps :)

Thanks it works