我知道有很多像这样的问题,但似乎没有一个对我有用。
我的fancybox工作得很好,除了我传递的选项完全被忽略。有什么想法吗?
这是coffeescript:
jQuery ->
$('.fancy-help').fancybox
type: 'ajax'
width: 700
closeClick: true
这是html:
= link_to "Help!", ad_size_help_ads_path, :class => "fancy-help btn"