[jQuery] Re: Accordion newbie problem

2009-02-09 Thread oobov
Ah thank you very much, they way you wrote it made me understand what i've red in the documentation, it is just 2 different ways to write the same thing. Thank you, you made my day. On 9 fév, 21:39, Jörn Zaefferer wrote: > Assuming you use the default header: "a", add this: > > $("#accordion").a

[jQuery] Re: Accordion newbie problem

2009-02-09 Thread Jörn Zaefferer
Assuming you use the default header: "a", add this: $("#accordion").accordion({ active: "a:last" }); Jörn On Mon, Feb 9, 2009 at 7:41 PM, oobov wrote: > > Hi there. > > I don't know if it is the right place for that, sorry if not. > I have a newbie problem. I've red the documentation but i c