[jQuery] Re: Chaining of display effects.

2007-07-14 Thread navvywavvy
on your example, I think this would work for you. Glen On 7/13/07, navvywavvy [EMAIL PROTECTED] wrote: Okay, here is an example: http://cotworld.com/jquery-test/

[jQuery] Re: Chaining of display effects.

2007-07-14 Thread navvywavvy
, I think this would work for you. Glen On 7/13/07, navvywavvy [EMAIL PROTECTED] wrote: Okay, here is an example: http://cotworld.com/jquery-test/

[jQuery] Chaining of display effects.

2007-07-13 Thread navvywavvy
I've got two forms. When the page loads, both of the forms are hidden from view with display: none;. When Button1 is clicked, I want Form1 to appear. When Button2 is clicked, I want Form2 to appear. If Form1 is visible and Button1 is clicked, I want Form1 to disappear and THEN I want Form2 to

[jQuery] Re: Chaining of display effects.

2007-07-13 Thread navvywavvy
Okay, here is an example: http://cotworld.com/jquery-test/

[jQuery] Re: Chaining of display effects.

2007-07-13 Thread navvywavvy
always showing form1 and hiding form2, and button2 always showing form2 and hiding form1. Is that what you want? It also sounds like you might considering looking into one of the various Accordion plugins. --Erik On 7/12/07, navvywavvy [EMAIL PROTECTED] wrote: I've got two forms. When