As always: make a copy of this repository to commit changes to
- More developer tools
- Viewing/playing with HTML and CSS in
elements
- 'Breakpoint debugging' in
sources
- Viewing data transfer in
network
- Viewing/playing with HTML and CSS in
- Homework/lab discussion
- Thinking through asynchronous behavior and scope
- Walk through async code example
- Walk through CSS/HTML example
- Thinking of functions in terms of what they do vs what they are
return
statements_.map
vs_.each
- Element selection
- A central feature of jQuery
- CSS selectors
- jQuery events
- 'Binding' events to elements
- Asynchronous behavior (just like ajax)
- Lab
- Complete the Lab
- Complete Assignment