I'd like to be able to target where the AJAX content ends up. Does anyone have any ideas?
<div class="tabs">
<ul>
<li><a href="ajax/content1.html">tab1</a></li>
<li><a href="ajax/content1.html">tab1</a></li>
</ul>
</div>
<div id="tab-content-target">
... this is where new tabs get created
</div>