75
jQuery slideUp()
jQuery slideDown() method is used to slide up an element.
Syntax:
speed: It specifies the speed of the delay. Its possible vales are slow, fast and milliseconds.
easing: It specifies the easing function to be used for transition.
callback: It is also an optional parameter. It specifies the function to be called after completion of slideUp() effect.
Let’s take an example to demonstrate jQuery slideUp() effect.
Output:
Click to slide up panel
Hello tutoraspire.com! It is the best tutorial website to learn jQuery and other languages.
Next TopicjQuery slideToggle()