diff --git a/client/src/pages/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md b/client/src/pages/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md index 388c6b95a9..3b29a0b182 100644 --- a/client/src/pages/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md +++ b/client/src/pages/guide/english/certifications/front-end-libraries/jquery/change-text-inside-an-element-using-jquery/index.md @@ -3,8 +3,44 @@ 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. +```html + + + + +
+

jQuery Playground

+
+
+

#left-well

+
+ + + +
+
+
+

#right-well

+
+ + + +
+
+
+
+``` + +### More information + +[JQuery API Documentation](http://api.jquery.com/html/) + +[freeCoceCamp Guide](https://guide.freecodecamp.org/jquery/jquery-html-method) -