Fixed Type
This commit is contained in:
parent
26bf51af3e
commit
f0dbc65f53
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Besides, the event class describes "what kind of event" it is, and if the event
|
|||
|
||||
## event.preventDefault()
|
||||
|
||||
Many browser events have a "default action", such as nagivating to a link, starting a selection, and so on.
|
||||
Many browser events have a "default action", such as navigating to a link, starting a selection, and so on.
|
||||
|
||||
For new, custom events, there are definitely no default browser actions, but a code that dispatches such event may have its own plans what to do after triggering the event.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue