我已经在我的图像上设置了 Fancybox
<a class="fancybox fancybox.iframe" href="products.php?prod_id=36">
<div class="prod-img">
<img src="images/products/Apples_Red_Delicious.jpg" style="max-height:114px; max-width: 114px;" alt="Apples Red delicious ($3.99kg)"/>
</div>
</a>
我已经准备好文件准备好的脚本
$(document).ready(function() {
$('.fancybox').fancybox({
width: 560,
autoHeight: true,
scrolling: 'no'
});
});
(type: 'iframe'
已从脚本中删除,因为不需要并且没有任何区别)
但它只是不会为我加载 Fancybox 中的页面!
我从字面上复制并粘贴了同一文件夹中另一个文档的代码,它在那里工作,但不是在这里。
我尝试将链接移动到仅环绕标准文本,但仍然没有运气
您可以在http://www.dpdesignz.co.nz/homefresh/shop.php?prod=1预览页面。谁能看到它可能有什么问题?