如何在fancybox内容中打开链接URL?

时间:2016-03-01 21:55:21

标签: javascript html url fancybox modal-window

我使用fancybox 2.1.5,我的html和js看起来像这样:

<a href="new-window" class="wrap">
   any content
   <a href="google.com" target="_blank">go google it</a>
</a>


$('.wrap').fancybox();

问题是如何通过点击它而不是整个fancybox模式窗口打开谷歌链接。现在它打开url和modal,这是不对的。点击google链接应该打开为fancybox。

非常感谢您的帮助

1 个答案:

答案 0 :(得分:0)

根据我上次项目的经验,我使用php检查这个例子:

<?php 

echo '<td><div align="center"><a rel="facebox" href="vieworders.php?id='.$row['confirmation'].'" title="Click To View Orders" style="color:#FCFEFF">View Orders</a>';

?>