How to render a view in Fancybox using ajax

Comparing #8 with #9

Revision #9 was created by 张 迪 张 迪 on Jul 27, 2012, 2:45:27 AM.

修复 js 代码语法高亮

Content

[...]
}
```

### **Step 3: Implement JS method to trigger Fancybox after Ajax update**
~~~
[j
savascript]
function afterAjax()
{
$.fancybox({
href : '#preview',
scrolling : 'no',
[...]