ui tabs - declare remote div to load ajax content
all,
i'm using the tabs plugin and would like to declare an arbitrary div
to load the tabs into. right now i can only get it to load directly
underneath the ul. The page i'm working on is set up in this
structure:
<div id="cntrCol">
<div id="adBanner"/>
<div id="contextNav">
<div id="updater">...</div>
<div id="tabSection">
<ul id="tabs">
<li>4 of these</li>
</ul>
</div>
<div id="contentContainer"></div>
</div>
I need to load a different remote URL for each tab section as well as
pass 4 parameters to .jsp fragments with each tab click. The tabs need
to load in "contentContainer". How would I tell the tab content to
load into the contentContainer w/ each click while passing the
variables? Where/how would I declare the content div ID, and where/how
would I declare the links and variables taking into account the remote
div. I can specify the div to load, AND i can specify the fragment,
but the basic methods to do so outlined in the documentation don't
discuss how to combine the two or even load to a remote div.
Any help would be appreciated!
Thanks!
Michael Raumer