[jQuery] Re: Accordion or jQuery broken if the accordion data is loaded dynamically

2007-11-19 Thread Mark Lacas
Got it! Turns out unaccordion() is your friend when finished with an accordion group. Most pages won't need this because a reload of the page fixes things. Dynamic loading of accordion blocks does need to unaccordion() when finished with the accordioned data. If you don't call unaccordion(

[jQuery] Re: Accordion or jQuery broken if the accordion data is loaded dynamically

2007-11-19 Thread Mark Lacas
Got it! Turns out unaccordion() is your friend when finished with an accordion group. Most pages won't need this because a reload of the page fixes things. Dynamic loading of accordion blocks does need to unaccordion() when finished with the accordioned data. If you don't call unaccordion(