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