[jQuery] Re: Partial Accordion Possible?

2007-08-10 Thread Sam Collett
I have set up a test page: http://www.texotela.co.uk/accordiontest.php If I click several times on each heading, it freezes the browse (be it Firefox or IE). On Aug 10, 3:09 pm, Sean Catchpole [EMAIL PROTECTED] wrote: Hi Sam, With your html I was able to get this to work:

[jQuery] Re: Partial Accordion Possible?

2007-08-10 Thread Sean Catchpole
On 8/10/07, Sam Collett [EMAIL PROTECTED] wrote: http://www.texotela.co.uk/accordiontest.php You could try this: $(#menu).Accordion({header:'li.haschildren[strong]'}); ~Sean

[jQuery] Re: Partial Accordion Possible?

2007-08-10 Thread Sam Collett
That doesn't collapse anything initially. If you click on 'Heading 2' or 'Heading 3' it actually collapses 'No sub items here' and 'Or here' (which should always show). On Aug 10, 4:20 pm, Sean Catchpole [EMAIL PROTECTED] wrote: On 8/10/07, Sam Collett [EMAIL PROTECTED] wrote:

[jQuery] Re: Partial Accordion Possible?

2007-08-10 Thread Sean Catchpole
Hi Sam, With your html I was able to get this to work: $('#menu').Accordion({ header: 'li strong' }); ~Sean