List out the Mouse Events?
Answer / Tarun Kumar Yadav
1. click event: Triggered when the user clicks on an element n2. dblclick event: Triggered when the user double-clicks on an element n3. mouseover event: Triggered when the user moves the cursor over an element n4. mouseout event: Triggered when the user moves the cursor out of an element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is javascript object oriented?
What is a way to append a value to an array?
What is the data type of variables of in javascript?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
What does e mean in a function?
How can you declare a class in javascript?
What is 'use strict'?
What is new function in javascript?
How to read a cookie using javascript?
What are the characteristics of javascript ‘strict mode’?
How to create objects in JavaScript?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.