|
Open up the examples for Head Rush Ajax that you downloaded from http://www.headfirstlabs.com. Go into the chapter02/breakneck/ folder, and you'll find pizza.html. This is the Break Neck order form, but you need to make some changes to bring it up to speed.
First, make sure the HTML matches the answers from the Code Magnets exercise, on page 80. Next, you need to add <script>
tags to the <head>
section of the HTML, just like you did for the Boards app back in Chapter 1. Finally, go ahead and enter in the empty getCustomerInfo() function. We'll be filling this function in over the next several pages.
Be sure not to go on to the next page until you've got your version of pizza.html updated.
|