codeGK
Code it ALL
jQuery fadeOut() - CodeGK

♦ jQuery fadeOut()

♣ Example1: jQuery fadeOut()

HTML element fades out with fadeOut() method, meaning if a particular element is being displayed then that element can be made hidden with smooth vanishing.
Below is the representation of jQuery fadeOut() Syntax.
Basic Syntax
$(selector).fadeOut(speed,callback);
speed: time for fading out, can be slow,speed or millisecond(s).
callback: funtion calling after fading out.
In this example, fadeOut() method is illustrated.
Example
Input:
Output: