| Ex No: 6 | COUNT TIME BETWEEN CLICK |
|---|---|
| Aim: | To write a JQuery code to count time between two click events. |
| Algorithm | |
| Step1: Create a folder “Ex6” 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 count time between two click events. | |
| Source Code | |
index.html
|
|
| Result: | Thus JQuery code is written to count time between two click events. |