diff --git a/page/using-jquery-core/document-ready.md b/page/using-jquery-core/document-ready.md index da379ebe..8e4d4f0a 100644 --- a/page/using-jquery-core/document-ready.md +++ b/page/using-jquery-core/document-ready.md @@ -56,3 +56,5 @@ The example below shows `$( document ).ready()` and `$( window ).load()` in acti ``` + +To learn more about `.ready()` method, you can read [the relevant documenation page](https://api.jquery.com/ready/).