From c2b10d928c9b948a030fb0f7856e8dd03aeb4014 Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Sun, 17 Jul 2016 16:18:40 +0100 Subject: [PATCH] document.ready(): Added link to the ready() method Fixes gh-719 --- page/using-jquery-core/document-ready.md | 2 ++ 1 file changed, 2 insertions(+) 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/).