“Brief” Guide to JavaScript – Part 6 | Blog of Jeff

“Brief” Guide to JavaScript – Part 6

Events & Handling

In conjunction with the DOM tree, events are an important aspect of the browser-provided functionality. Think of events as a “reaction” to a particular situation. For example, when the user clicks, you may want to do something. Events provide this capability.

Part 6 from last week, I’m sorry, but I’m pretty busy. So part 7 is going to be delayed.

Posted via web from Jeff Hui | Comment »

Notes