在所有其他浏览器中运行良好,但是safari。 选择器用于a.class,在我的例子中:$(“a.nav”)
当我执行<a class="nav" href=page.html><img src=icon.png/></a>
时,通过单击对话框外部或单击x图标,无法关闭模式对话框。
我的问题是什么?
提前致谢
答案 0 :(得分:0)
hideOnContentClick = true?
同样是一个长镜头,但引用href和src属性不会受到伤害。
答案 1 :(得分:0)
<a class="nav" href="test.html" id="">
<img src="b5.png" width="71" height="93">
</a>
<a class="nav" href="nothing can hurt me: the big star story.html" id="">
<img src="b6.png" width="71" height="93">
</a>