From a4bb1314c009bc24f62a670561b795228cbb7c72 Mon Sep 17 00:00:00 2001 From: githubshrek Date: Fri, 20 Jun 2014 14:50:19 +0200 Subject: [PATCH] Update how-jquery-works.md On this the very first page, I think a little more hand-holding would be worth having. --- page/about-jquery/how-jquery-works.md | 1 + 1 file changed, 1 insertion(+) diff --git a/page/about-jquery/how-jquery-works.md b/page/about-jquery/how-jquery-works.md index 5b8dfa00..278ec59a 100644 --- a/page/about-jquery/how-jquery-works.md +++ b/page/about-jquery/how-jquery-works.md @@ -82,6 +82,7 @@ $( document ).ready(function() { }); ``` +Try replacing your first snippet of jQuery code, which you put earlier in your HTML file, with the one above, save the HTML file again and reload to try this out. ### Complete Example