| Ex No: 10 | 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 “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 blink text and enable/disable button. | |
| Source Code | |
index.html
|
|
| Result: | Thus JQuery code is written blink text and enable/disable button. |