Lab 17: Advanced jQuery

Challenge

For this lab, we experimented with jQuery by adding buttons to everything.Clicking on the buttons changes the colors of the text.

Problems

This assignment was a bit easier to do compared to the previous one because we now have a bit of understanding to using jQuery and alot of our confusion has been cleared up. I did have one issue where pressing one button would cause all of the paragraphs to change, but this was solved using button ids to fix this issue.

Results

You can find the link to the Javascript source right here. The script output is hidden for this lab because the whole page has been altered.