diff --git a/client/src/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md b/client/src/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md index 388c6b95a9..d4aae524b2 100644 --- a/client/src/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md +++ b/client/src/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md @@ -3,8 +3,45 @@ title: Change Text Inside an Element Using jQuery --- ## Change Text Inside an Element Using jQuery -This is a stub. Help our community expand it. +### Solution: -This quick style guide will help ensure your pull request gets accepted. +```javascript + + + + +
+

jQuery Playground

+
+
+

#left-well

+
+ + + +
+
+
+

#right-well

+
+ + + +
+
+
+
+``` + +### More information: + ++[.html() | jQuery API Documentation](http://api.jquery.com/html/) + ++[jQuery HTML Method](https://guide.freecodecamp.org/jquery/jquery-html-method)