Ex No: 10 | FADE OUT AND FADE IN |
---|---|
Aim: | To write a JQuery code to Fade Out and Fade In DIV. |
Algorithm | |
Step1: Create a folder “Ex10” to place the HTML files. | |
Step2: Create HTML file “index.html”. | |
Step3: Create a folder “script” and place “jquery-3.5.1.min.js” file in it. | |
Step4: Add JQuery code to Fade Out and Fade In div. | |
Source Code | |
index.html
|
|
Result: | Thus JQuery code is written to Fade Out and Fade In DIV. |