Comparing
#7 with
#9
Content
[...]
Yii::app()->clientScript->scriptMap['*.js'] = false;
$this->render('view',array('value'=>'data'));
}
```
### **Step 3: Implements JS method to trigger Fancybox after Ajax update**
~~~
[j
savascript]
function afterAjax()
{
$.fancybox({
href : '#preview',
scrolling : 'no',[...]