There's also show/hide. -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Panman Sent: Wednesday, November 05, 2008 3:09 PM To: jQuery (English) Subject: [jQuery] Effect Like slideUp/Down
I cannot for the life of me figure this out. I know it must be easy, just not finding the solution. I'd like to toggle() something and use the "slide" effect. However, I don't like how the UI slide effect works. It slides the content out of view then brings whatever was below up. I'd rather have whatever is below slide up with the content. Compare how .hide("slide", {direction: "up"}, "slow") and .slideUp("slow") differ. I tried using the core toggle() with slideUp/Down but that is not reliable. Thanks for any input!