Lab 9

In this Lab we were also given the html, css, and Javascript files to complete this lab like in the previous one. This time we had to fix the images and make them into a carousel that would slide between images. The problem was that some of the css links and js files were missing and weren't in the actual html index so that we had to add them and also add the jQuery functions to the js file. In the jQuery file we added .owlcarousel on the property div id that the images are in. Also we added a time parameter that controlled when the images would move.

Comments