Thread: jQuery help
View Single Post
Old 07-08-2008, 12:40 PM   PM User | #1
skmd
New Coder

 
Join Date: Dec 2007
Posts: 96
Thanks: 8
Thanked 1 Time in 1 Post
skmd is an unknown quantity at this point
Exclamation jQuery help

Hi everybody:
I'm new to jQuery , I need after event to do an effect and after the effect completed do another effect, I tried to do it this way:
Code:
function hide(){
$('#output1').fadeIn('slow');
$('#add-comment').slideUp('slow');
}
but they appeared in the same time, can anybody help me with this.
skmd is offline   Reply With Quote