Skip to content

Commit a4bb131

Browse files
committed
Update how-jquery-works.md
On this the very first page, I think a little more hand-holding would be worth having.
1 parent 94d96e8 commit a4bb131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page/about-jquery/how-jquery-works.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ $( document ).ready(function() {
8282
8383
});
8484
```
85+
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.
8586

8687
### Complete Example
8788

0 commit comments

Comments
 (0)