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