We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6f577 commit c2b10d9Copy full SHA for c2b10d9
page/using-jquery-core/document-ready.md
@@ -56,3 +56,5 @@ The example below shows `$( document ).ready()` and `$( window ).load()` in acti
56
</body>
57
</html>
58
```
59
+
60
+To learn more about `.ready()` method, you can read [the relevant documenation page](https://api.jquery.com/ready/).
0 commit comments