Ex No: 9 | BLINK TEXT AND ENABLE/DISABLE BUTTON |
---|---|
Aim: | To write JQuery code to blink text and enable/disable button on a webpage. |
Algorithm | |
Step1: Create a folder “Ex9” 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 blink text and enable/disable button. | |
Source Code | Try It |
index.html
|
|
Result: | Thus JQuery code is written blink text and enable/disable button. |