Hey all,

Working on an “accordion” that I need the text to fadeout then close as the next on opens then that text fadesin.

 

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