mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: Remove a mention of the event/alias.js module from README
The file contents now lie in deprecated/event.js so the README reference is no longer correct. Ref gh-4572 Closes gh-4599
This commit is contained in:
parent
338f1fc774
commit
3edfa1bcdc
@ -87,7 +87,7 @@ Some example modules that can be excluded are:
|
|||||||
- **dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
|
- **dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
|
||||||
- **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
|
- **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
|
||||||
- **event**: The `.on()` and `.off()` methods and all event functionality.
|
- **event**: The `.on()` and `.off()` methods and all event functionality.
|
||||||
- **event/trigger**: The `.trigger()` and `.triggerHandler()` methods. Used by the **alias** module.
|
- **event/trigger**: The `.trigger()` and `.triggerHandler()` methods.
|
||||||
- **offset**: The `.offset()`, `.position()`, `.offsetParent()`, `.scrollLeft()`, and `.scrollTop()` methods.
|
- **offset**: The `.offset()`, `.position()`, `.offsetParent()`, `.scrollLeft()`, and `.scrollTop()` methods.
|
||||||
- **wrap**: The `.wrap()`, `.wrapAll()`, `.wrapInner()`, and `.unwrap()` methods.
|
- **wrap**: The `.wrap()`, `.wrapAll()`, `.wrapInner()`, and `.unwrap()` methods.
|
||||||
- **core/ready**: Exclude the ready module if you place your scripts at the end of the body. Any ready callbacks bound with `jQuery()` will simply be called immediately. However, `jQuery(document).ready()` will not be a function and `.on("ready", ...)` or similar will not be triggered.
|
- **core/ready**: Exclude the ready module if you place your scripts at the end of the body. Any ready callbacks bound with `jQuery()` will simply be called immediately. However, `jQuery(document).ready()` will not be a function and `.on("ready", ...)` or similar will not be triggered.
|
||||||
|
Loading…
Reference in New Issue
Block a user