An overview of Adding an event listener
- Subject:
- Applied Science
- Computer Science
- Material Type:
- Interactive
- Lesson
- Provider:
- Khan Academy
- Provider Set:
- Khan Academy
- Author:
- Pamela Fox
- Date Added:
- 07/11/2021
An overview of Adding an event listener
Learn how to add event listeners in jQuery so that your JavaScript can respond to events on the page, like when a user clicks a button or drags an image.
An overview of Animating DOM with setInterval
Learn how to use jQuery to animate elements in custom ways, like animating their sizes, borders, and spacing, to whatever values you specify.
An overview of Animating styles with CSS animations
An overview of Animating styles with requestAnimationFrame
Learn how to use jQuery to show, hide, and toggle elements with animation effects.
Pamela shows how to store arrays of objects - a very powerful tool for your programs.
Jessica introduces the idea of "booleans", values that can either be true or false.
This book is a guide to Cascading Style Sheets (CSS), a technique widely used in web pages including Wikipedia to describe their visual style and appearance. CSS can take HTML to new places creatively and functionally. Once you learn how to style mark-up, you can additionally learn JavaScript functions that make dynamic web pages.
Learn how to use 'chaining', a common technique in jQuery for chaining a sequence of method calls together.
An overview of Changing CSS classes
An overview of Changing attributes
An overview of Changing styles
Learn how to use jQuery to check that the webpage is fully loaded before you try to access and modify the DOM.
Pamela encourages you to use comments to make your code clearer and easier to understand.
Learn how to write code that will add color and outlines to your drawings, using the JavaScript language and ProcessingJS library.
An overview of Creating elements from scratch
Learn how to use jQuery to create elements from scratch and then insert them at different places in your webpage.
The DOM (Document Object Model)