Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery slideUp() Method

jQuery slideUp() Method

 

 

The slideUp() method is used to slide up the selected elements. In other words, it hides the element. It is used in combination with the slideDown() method.

 

Syntax:-

 

Its syntax is:- $(selector).slideUp(speed, easing, callback)

 

Further Explanation:-

 

Parameter Description
speed Optional. Specifies the speed of the fading effect. The default is 400 milliseconds.
easing Optional. Specifies the speed of the element at different points of the animation. The default is swing.
callback Optional. A function to be executed after the slideUp() method is completed.

Code Explanation

All Tutorials related to jQuery Effects

All Sections related to Jquery