Gregory M. Kapfhammer
Course Web Site
Office Hours
Teaching Assistants
Slack Communication
Relevant Tweets
Email Communication
Key Concept
Corresponding Diagram
In-Class Discussion
In-Class Activity
Details in the Textbook
Selectors: temp = jQuery('body')
Filters: $(body *contains('warning'))
Modifiers: $("sample").html("brand new content")
What are the benefits and drawbacks?
Binding and unbinding events
Binding: Register a listener
Fire an event (e.g., page loading or mouse movement)
Unbinding: De-register a listener