花哨的弹出窗口不能用于切换div

时间:2012-03-11 19:21:27

标签: jquery html fancybox toggleclass

我目前正在开发一个使用切换菜单的网站。我在一个切换菜单项中放置了一个fancybox,现在当“点击”缩略图时,它不会打开普通弹出窗口的大图像,而是在新的浏览器框架中打开。这个错误有解决方法吗?

这是html。

<div class="slide02"><h4>heading</h4></div>
<div class="view02">
<div class="tekstblok" style="width:500px;"><p>just some more tekst</p></div>
<div class="#blok1">
<div id="#blok" style="width:175px;">
<p><a id="1" href="#" target="_blank" title="Totaal overzicht Timeline sectie 1"><imagelink alt="" src="#" /></a></p>

         

我使用了alohatechsupport webdesignmaui的show_hide_expand_collapse_javascript脚本

2 个答案:

答案 0 :(得分:0)

感谢您的评论,我想通了。在头部中有2个脚本线指向2个simular jquery脚本(一个用于切换菜单,一个用于花式),他们彼此工作,删除其中一个,现在工作正常。

答案 1 :(得分:-1)

当使用像FancyBox这样的东西时,超链接“href”属性会显示要显示的元素

<a href="#some">click me</a>
<div id="some">text</div>

如果你想在你的fancybox中显示带有“some”的元素