2013-02-04 14 views
0

我正在使用jQuery UI。我在jsFiddle创建了我的问题http://jsfiddle.net/kAyT4/1/jQuery Accordion - 如何将h1标题形成链接

我的问题:点击“Section 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> 

问候!

回答