We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afb1c0 commit db741b8Copy full SHA for db741b8
README.md
@@ -7,7 +7,7 @@ jQuery exeutes .ready() functions in source code order. Sometimes we need to ex
7
8
Load jquery-before-ready.js immediatley after jQuery, or as as early as possible.
9
10
-Use .beforeReady() instead of .ready(). You should still use .ready() as normal if early execution it's needed.
+Use .beforeReady() instead of .ready(). You should still use .ready() as normal for scripts that do not need early execution.
11
12
<b>Example</b>
13
0 commit comments