I think jquery is the best way probably but I've not found much on how to create jquery functions and including them using the yii framework.
This one seems to stop after a very very short introduction on how to get 'hello' alert working:
http://usingjquery.c...-yii-framework/
<?php
Yii::app()->clientScript->registerScript('helloscript',"
alert('hello');
",CClientScript::POS_READY);
?>
I need to create a function that will trigger when the dropdown select changes value, how to do this in yii?
any help much appreciated,
thanks
gvanto

Help














