Showing 2 Result(s)

Mouse events in Javascript

There is a lot of mouse events available in JavaScript. All events have different tasks. Here is a list of all mouse events in JS. Click – click event of js which work when mouse clicked on the mentioned area. the event name as – ‘click’ Doubleclick – Its work on double click on the mouse. the event named as …

DOM child nodes – Javascript

Child notes provide different types of information about node type. We can easily check that by typing on note child. Here is the information about node child number means. 1 – its mean nodeType is an HTML element. 2 – Its mean nodeType is an attribute. 3 – Its mean nodeType is a Text node 8 – Its mean nodeType …