You don't need jQuery for that. You don't even need JavaScript for that.
Give your iframe a name
, and target your anchors to point to it:
<a href="foo.html" target="myiframe">Foo</a>
<a href="bar.html" target="myiframe">Bar</a>
<a href="baz.html" target="myiframe">Baz</a>
<iframe name="myiframe"></iframe>
This degrades nicely for people who have JavaScript turned off.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…