Update snippet descriptions
This commit is contained in:
@ -6,7 +6,7 @@ tags: browser,event,intermediate
|
||||
Triggers a specific event on a given element, optionally passing custom data.
|
||||
|
||||
- Use `new CustomEvent()` to create an event from the specified `eventType` and details.
|
||||
- Use `el.dispatchEvent()` to trigger the newly created event on the given element.
|
||||
- Use `EventTarget.dispatchEvent()` to trigger the newly created event on the given element.
|
||||
- Omit the third argument, `detail`, if you do not want to pass custom data to the triggered event.
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user