UI Tabs Complex tab content
I tried searching for something for this but to no avail. I am
wanting to add more content to the tab instead of just a link, so
instead of this:
<li><a href="#fragment-1"><span>Link</span></a></li>
something like this:
<li title="#fragment-1"><h3>Title</h3>Content <a href="/
link/">Link</a></li>
Is that possible? Any help is appreciated, thanks!
doug