id = $(this).attr('id');
> > $('#' + id + 'Div').show();
> > );
>
> > });
>
> > Untested but you get the idea :)
>
> > -Original Message-
> > From: jquery-en@googlegroups.com [mailto:jquery.
').hide();
> id = $(this).attr('id');
> $('#' + id + 'Div').show();
> );
>
> });
>
> Untested but you get the idea :)
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:jquery...@goog
$('#' + id + 'Div').show();
);
});
Untested but you get the idea :)
-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Paul Hutson
Sent: 14 March 2009 11:44
To: jQuery (English)
Subject: [jQuery] Re: help with menu and sh
Kevin,
You could always go back to basics... i.e. the following (you'll have
to use your existing hide show code..) - and I know this isn't
elegant...
if (ClickedItem == "firstdiv")
{
ShowFirstDiv;
HideSecondDiv;
HideThirdDiv;
} elseif (ClickedItem == "firstdi
4 matches
Mail list logo