Skip to content

Commit 252f982

Browse files
Document Ready: Added link to ready() on api.jquery.com
Fixes gh-719. Closes #721.
1 parent 13bee11 commit 252f982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ The example below shows `$( document ).ready()` and `$( window ).on( "load" )` i
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)