What do you mean, "ignores the contentn from <ul>"? A defintion list should work fine: http://jquery-ui.googlecode.com/svn/trunk/tests/visual/accordion/accordion_dl.html
Jörn On Mon, Aug 10, 2009 at 8:59 PM, Sundar<[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
