--- title: Use jQuery to Modify the Entire Page --- # Use jQuery to Modify the Entire Page --- ## Problem Explanation Add the classes `animated` and `hinge` to your `body` element. #### Relevant Links - [.addClass()](https://api.jquery.com/addClass/e) --- ## Solutions
Solution 1 (Click to Show/Hide) ```html

jQuery Playground

#left-well

#right-well

```