Yep, you should be able to call:
Code:
instance.expandrevcontent("revid1, revid2")
This would directly expand the two DIVs with IDs "revid1" and "revid2", assuming both IDs are defined as one of the DIVs to expand within the Tab HTML:
Code:
<ul>
<li><a href="external1.htm" rel="flowerdivcontainer" class="selected">Tab 1</a></li>
<li><a href="external2.htm" rel="flowerdivcontainer" rev="revid1, revid2">Tab 2</a></li>
<li><a href="external3.htm" rel="flowerdivcontainer">Tab 3</a></li>
<li><a href="external4.htm" rel="flowerdivcontainer">Tab 4</a></li>
<li><a href="http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/">Ajax Tabs script</a></li>
</ul>
Bookmarks