[jQuery] Re: How to fade in next div after previous div faded in upon document.ready ?

2008-12-21 Thread crowebster
Thanks ! Works perfectly ! Now could you explain it to me how does the code works ? So I could learn (comprehend) ? Thanks again !

[jQuery] Re: How to fade in next div after previous div faded in upon document.ready ?

2008-12-21 Thread crowebster
Thanks you very much ! Hope to read more from you. Bye ! Crowebster

[jQuery] How to fade in next div after previous div faded in upon document.ready ?

2008-12-20 Thread crowebster
Hi all ! I tried but did not succeeded in making this work. To explain what I'm trying to do. HTML: body div id=first_divptext/p/div div id=second_divptext/p/div div id=third_divptext/p/div /body CSS not important right now jQuery: on document.ready function collect all divs witch id ends with

[jQuery] How to fade in next div after previous div faded in upon document.ready ?

2008-12-20 Thread crowebster
in all divs at the same time how to fade in them one after another sequentially ? thanks in advance crowebster