Getting StartED with Dojo /
Main Authors: | , , |
---|---|
Corporate Author: | |
Format: | eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2009.
|
Edition: | 1st ed. 2009. |
Subjects: |
Table of Contents:
- JavaScript Fundamentals
- How does JavaScript fit in with HTML?
- How do you write variables and strings?
- How do you perform arithmetic?
- How do you write a function and pass variables?
- What's an array and why is it so important?
- What methods can you use to create arrays?
- How do you loop through an arrays elements?
- Digging a little deeper
- Manipulating the DOM
- How do you get a reference to a node(s) on the DOM?
- How do you change the style of a DOM element?
- How do you change the HTML content of an element?
- Events
- What is a JavaScript event?
- How do you attach an event listener?