2013-02-04 13 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> 

問候!

回答