I have implemented fancybox to render ajax content from server
Here is the fancybox code
<%= link_to "Disallow Download",reason_path(audio),:class => "reasoning fancybox.ajax" %>
$('.reasoning').fancybox()
Now Whenever i link the above link the content get render from server but fancybox does not display it on browser
any idea
Got It Just need to specify
dataTypein ajax propertyand it worked like charm