kopia lustrzana https://github.com/wagtail/wagtail
rodzic
a5966753d2
commit
dbc130e565
|
@ -26,7 +26,7 @@ You can prevent the default behaviour by calling `event.preventDefault()`. For t
|
|||
|
||||
The event will 'bubble' up so that you can simply add a global `document` listener to capture all of these events, or you can scope your listener or handler logic as needed to ensure you only adjust titles in some specific scenarios.
|
||||
|
||||
See MDN for more information about [custom JavasScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
|
||||
See MDN for more information about [custom JavaScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
|
||||
|
||||
## Code Examples
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ You can prevent the default behaviour by calling `event.preventDefault()`. For t
|
|||
|
||||
The event will 'bubble' up so that you can simply add a global `document` listener to capture all of these events, or you can scope your listener or handler logic as needed to ensure you only adjust titles in some specific scenarios.
|
||||
|
||||
See MDN for more information about [custom JavasScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
|
||||
See MDN for more information about [custom JavaScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
|
||||
|
||||
## Code Examples
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue