i'm using the CJuiAccordion but i need to change something on the page as soon as a user clicks on one of the panels.
on http://jqueryui.com/...n/#event-change you can see that there is a change event. but how to implement this using the yii CJuiAccordion version.
$this->widget('zii.widgets.jui.CJuiAccordion', array(
'id' => 'accordion',
//additional javascript options for the accordion plugin
'options'=>array(
'autoHeight' => false,
'collapsible' => true
),
));

Help













