diff --git a/guide/english/certifications/front-end-libraries/jquery/change-the-css-of-an-element-using-jquery/index.md b/guide/english/certifications/front-end-libraries/jquery/change-the-css-of-an-element-using-jquery/index.md index a179049830b..b6276e83712 100644 --- a/guide/english/certifications/front-end-libraries/jquery/change-the-css-of-an-element-using-jquery/index.md +++ b/guide/english/certifications/front-end-libraries/jquery/change-the-css-of-an-element-using-jquery/index.md @@ -3,8 +3,41 @@ title: Change the CSS of an Element Using jQuery --- ## Change the CSS of an Element Using jQuery -This is a stub. Help our community expand it. + - 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". + +```html + -This quick style guide will help ensure your pull request gets accepted. + - +
+

jQuery Playground

+
+
+

#left-well

+
+ + + +
+
+
+

#right-well

+
+ + + +
+
+
+
+```