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!

Reply via email to