Hey all,
 
Working on an "accordion" that I need the text to fadeout then close as the
next on opens then that text fadesin.  As you can see at the url below, it sort of does it, just not closing at the same time as the other one opens.  Let me know if I am not making sense.
 
 
 
The Url: http://ierev.informationexperts.com/
 
 
 
------------------<code>-------------------------------
 
running = 4;
 
 
 
$(active).children(contents).children(text).not(':hidden').fadeOut(hideSpeed, function(){--running});
 
$(active).children(contents).slideUp(hideTextSpeed, function(){--running;});
 
 
 
 
                                                                        
 
                                                                        
 
p.slideDown(showSpeed, function(){--running;});
 
p.children(text).fadeIn(showTextSpeed, function(){--running});
 
------------------</code>------------------------------
 
 
 
 
 
Thanks,
Ben

 

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to