On 7/5/07, Rey Bango <[EMAIL PROTECTED]> wrote:
>
> Are you using jQuery, MooTools or both?
>
> Rey

only jquery... I have solved it!

changed the line
$("dd:not(:first)").hide();
to
$("dd:first").hide();


This is the right way?

luciano

> Luciano A. Ferrer wrote:
> > Hi!
> >
> > I need to use mootools accordion, but just with 1 item...
> > so, it would be nice to have it closed when pages loads...
> >
> > Do you have any idea about how to achieve this?
> >
> > (I am stupid using javascript... :( )
> >
> >
> > TIA, and sorry for the bad english :)
> >
> >
> > luciano
> >
>
> --
> BrightLight Development, LLC.
> 954-775-1111 (o)
> 954-600-2726 (c)
> [EMAIL PROTECTED]
> http://www.iambright.com
>

Reply via email to