I wonder why I thought that was regarding nested lists.

Anyway, I fixed it using this code:

  jQuery('#channelGroups h3').click(function() {
    $(this).next('ul').slideToggle('fast')
    .siblings('ul:visible').slideUp('fast');
  });


On 5 Jan, 13:56, "Jörn Zaefferer" <joern.zaeffe...@googlemail.com>
wrote:
> http://docs.jquery.com/UI/Accordion#What_this_isn.27t
>
> Jörn
>
>
>
> On Mon, Jan 5, 2009 at 11:30 AM, spstieng <spsti...@hotmail.com> wrote:
>
> > I'm successfully using the accordion herehttp://www.norwegianfashion.no
> > (right side below videos).
>
> > My question is: How can I leave a "panel" open after it's been
> > clicked?
> > If 'Andre lenker' is open and I click 'Designskoler', 'Andre lenker'
> > panel is closed and 'Designskoler' opens.
>
> > Offcourse I would like to close an open panel by clicking it again.
>
> > I'm not sure if this is similar to what I need:
>
> >http://groups.google.com/group/jquery-en/browse_thread/thread/51a8b8a...
>
> > I tested it, but that broke the accordion functionality.

Reply via email to