On Feb 2, 2007, at 7:39 AM, Mark Harwood wrote:

Arrr i see that slideToggle() has a call back function, i assume i could then go and create a function that would look inside my DIV for any none
hidden elements and hide them before it shows the requested DIV?

Im i correct in thinking this?

Yes, you're correct. Something like (untested):
 $(this).find(':visible').hide();
 $('yourdiv').slideDown('slow');

Hope that helps point you in the right direction.

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




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

Reply via email to