How do I call an upside down jQuery.slideDown()?
Posted
by
Mark Rogers
on Stack Overflow
See other posts from Stack Overflow
or by Mark Rogers
Published on 2011-01-12T20:09:02Z
Indexed on
2011/01/12
20:53 UTC
Read the original article
Hit count: 209
In the web app I'm working on I want to do a little slide up notification, like on twitter or your desktop. jQuery's .slideDown does exactly what I want, but it's upside down. The .slideUp doesn't execute an upside down version of slideDown. Instead it hides stuff, like after your cleaning up an old message you've displayed with slideDown.
So what's the simplest code to do an upside down slideDown() in jQuery?
© Stack Overflow or respective owner