嵌入到 fancybox 中的链接是否有任何设置?我的链接失效了
html
<button href="#show_popup_link" class="show_popup">Click to open Fancybox</button>
<div id="show_popup_link" class="show_popup" style="display: none;">
Hello, I need this link to work this
<a href="http://www.google.com">External Link</a>
</div>
jQuery
$(document).ready({
$(".show_popup").fancybox();)
};
Fancybox 打开,但链接似乎不起作用。
Jsfiddle 链接:http:
//jsfiddle.net/n2dHC/7/