How to render a view in Fancybox using ajax

Comparing #8 with #9

Content

[...]
}
```

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