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/