References

Collection of references for web development.

HTML ondblclick event

Description

Execute JavaScript code when the user double-clicks the mouse button on the element.

Example

<div ondblclick="this.style.backgroundColor = 'orange'">Click me!</div>