Update README.md

master
Kristyn Bryan 10 years ago
parent 01ae2c3191
commit 0761c9bddd

@ -37,6 +37,8 @@ The commit message should read: <br>
### Window Onload ### Window Onload
Think about what the user will be doing when they are interacting with your to-do list. The user makes an action (adds text, presses delete, etc.), you run some code in order to process this action, the results of the action are rendered to the page, and then you wait until another action takes place.
Include any code that affects the DOM inside a window onload. jQuery has a shorthand for window onload: Include any code that affects the DOM inside a window onload. jQuery has a shorthand for window onload:
``` ```
@ -49,8 +51,6 @@ $(function() {
Try it out. Try it out.
Remember the general flow of what is happening. The user makes an action, you run some code in order to process this action, the results of the action are rendered to the page, and then you wait until another action takes place.
**Commit 2** <br> **Commit 2** <br>
<hr> <hr>
The commit message should read: <br> The commit message should read: <br>

Loading…
Cancel
Save