Hi
i'm trying to implement accordion for my UI which has a structure
given below.
<dl id='accordion' >
<dt> </dt>
<dd>
<ul>
<li> </li>
<li> </li>
.
</ul>
</dd>
<dt> </dt>
<dd>
<ul>
<li> </li>
</ul>
</dd>
</dl>
i'm unable to render accordion as it ignores the cotent from <ul>...
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---