From the course: jQuery Essential Training

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Programming challenge

Programming challenge - jQuery Tutorial

From the course: jQuery Essential Training

Start my 1-month free trial

Programming challenge

(light music) - [Instructor] Time once again for a programming challenge. In this challenge we are going to give the user the ability to click on a product in the product list and have a new page open that displays the product information. So let's take a look at the start version of the H Plus Sport site. Let's go down to the product section and notice that when I click on each product, nothing happens. So, we're going to change that. Let's go over to the finished version of the site. And I'm going to go down to the product section. So, in this version, when I click on a product, you can see that the product information page opens. This is the product.html page. This page is included in both versions of the site folder. You can also see that the name of the product is displayed here on the page. The rest of the fields are currently blank and that's because we'll fill them out when we get to the challenge for the Ajax chapter. So don't worry about those for now. If you look closely at…

Contents