[EMAIL PROTECTED] wrote:
Hi,
I wanted to get clarification around the "Custom HTML structure" of
the JQuery tabs plug-in. Specifically, it is mentioned in the docs
"If some HTML structure is required that differs from the default
one"
Does this mean for the tabs themselves or the container holding the
content after you click on a tab?
Thanks, - Dave
That refers to the two main building blocks of the plugin only, e.g. the
unordered list and the different containers, usually divs.
The tabStruct option is deprecated, instead the plugin should find its
elements by class. Find more information in this post:
http://www.stilbuero.de/2007/04/07/tabs-27-flexibility/
-- Klaus