January 2015
Beginner
256 pages
6h 26m
English


To view the accompanying video for this lesson, please visit mhprofessional.com/nixonjavascript/.
Sometimes the easiest way to achieve dynamic interaction with users of your web pages is to directly interact with them from the code they are using. So far we have mostly looked at running JavaScript from within <script> elements, but that is not the only way you can use it.
For example, it’s quite legal to place JavaScript instructions inside elements, and you generally do this by attaching them to ...