jQueryUIを使用しています。jsFiddlehttp : //jsfiddle.net/kAyT4/1/で問題を作成しました
私の問題:「セクション1」とdivコンテナ内のさまざまなリンクをクリックしても問題ありません。しかし、私はh1ヘッダー「Godirect togoogle」を直接リンクしたいと思います!どうすれば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>
ご挨拶!