As always: make a copy of this repository to commit changes to
- Homework/lab discussion
- Thinking through asynchronous behavior and scope
- Walk through async code example
- Walk through CSS/HTML example
- More developer tools
- Viewing/playing with HTML and CSS in
elements - 'Breakpoint debugging' in
sources - Viewing data transfer in
network - jsFiddle as a javascript/html/css playground and testing tool
- Viewing/playing with HTML and CSS in
- Element selection
- A central feature of jQuery in addition to events
- Uses CSS selectors
- jQuery events
- 'Binding' events to elements
- Asynchronous behavior (just like ajax)
- Lab
- Complete the Lab
- Complete Assignment