Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
What this chapter covers:Beginning with a well-marked-up document
Writing a JavaScript function to display a requested image
Triggering the function from within the markup
Expanding the function using some new methods
It's time to put the Document Object Model to work. This chapter will show you how to make an image gallery using JavaScript and the DOM.