Skip to content

Commit c2b10d9

Browse files
committed
document.ready(): Added link to the ready() method
Fixes jquerygh-719
1 parent bb6f577 commit c2b10d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

page/using-jquery-core/document-ready.md

+2
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ The example below shows `$( document ).ready()` and `$( window ).load()` in acti
5656
</body>
5757
</html>
5858
```
59+
60+
To learn more about `.ready()` method, you can read [the relevant documenation page](https://api.jquery.com/ready/).

0 commit comments

Comments
 (0)