Lab 7

In this lab we had to create a accordion that had information about our favorite subject and would respond on a mouseover. To complete the lab I used CSS and the jQuery library and called the mouseover function that would drop the information from the div box pertaining my question and reason why I like that certain subject. Furthermore, I used the siblings element and assign how fast the information would drop from the div. Also What allowed us to call this function with these elements was the jQuery library that is a simpler version of javascript and saved us time and energy from making it more complex.

Comments