--- title: Change the CSS of an Element Using jQuery --- # Change the CSS of an Element Using jQuery --- ## Problem Explanation - You can edit the CSS of an element using jQuery with the .css() function. - In this example, it allows you to change the text color in the element with an id of "#target1". --- ## Solutions
Solution 1 (Click to Show/Hide) ```html

jQuery Playground

#left-well

#right-well

```