In the web application I'm working on, I want to make a small slide notification, for example, on Twitter or on your desktop. jQuery .slideDown does exactly what I want, but it's upside down. .slideUp does not execute an inverted version of slideDown. Instead, it hides the material, for example, after clearing the old message that you showed with slideDown .
So what is the simplest code for inverted slideDown() in jQuery?
jquery jquery-ui animation
Mark rogers
source share