Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3edfa1b

Browse files
authored
Docs: Remove a mention of the event/alias.js module from README
The file contents now lie in deprecated/event.js so the README referenceis no longer correct.Refgh-4572Closesgh-4599
1 parent338f1fc commit3edfa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Some example modules that can be excluded are:
8787
-**dimensions**: The`.width()` and`.height()` methods, including`inner-` and`outer-` variations.
8888
-**effects**: The`.animate()` method and its shorthands such as`.slideUp()` or`.hide("slow")`.
8989
-**event**: The`.on()` and`.off()` methods and all event functionality.
90-
-**event/trigger**: The`.trigger()` and`.triggerHandler()` methods. Used by the**alias** module.
90+
-**event/trigger**: The`.trigger()` and`.triggerHandler()` methods.
9191
-**offset**: The`.offset()`,`.position()`,`.offsetParent()`,`.scrollLeft()`, and`.scrollTop()` methods.
9292
-**wrap**: The`.wrap()`,`.wrapAll()`,`.wrapInner()`, and`.unwrap()` methods.
9393
-**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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp