0

我正在使用 jQuery UI。我在 jsFiddle http://jsfiddle.net/kAyT4/1/创建了我的问题

我的问题:单击“第 1 节”和 div 容器中的不同链接是没有问题的。但我直接想链接h1标题“直接到谷歌”!如何将它与我的 iFrame 结合使用?

<div id="accordion">
  <h3>Section 1</h3>
  <div>  
      <a href="http:/www.google.de" target="iframe">Google</a>                   
  </div>
  <h3>Go directly to google</h3>  
</div>

问候!

4

1 回答 1

0

手风琴标题不能链接到页面。

也许这可以帮助你:http: //forum.jquery.com/topic/can-accordion-header-act-as-a-link-to-a-page

于 2013-02-04T15:00:07.733 回答