This worked for me

if accordion not initiated:

$("<h3><a href=''>Test</a></h3><div>Some Text</div>").appendTo("#accordion");


if it is initiated:

$("<h3><a href=''>Test</a></h3><div>Some Text</div>").appendTo("#accordion");
                    $("#accordion").accordion('destroy');
                    $("#accordion").accordion({
                        collapsible: true,
                        active: false,
                        autoHeight: false
                    });


davidlef wrote:
Have you figured it out brassica? I'm trying to do the same thing
right now but I'm getting all tabs open, only the first tab styled
correctly, just generally a mess. Hoping you have an answer or someone
else.



  


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to