From f5590c1d0b5d44dbaa09c0cf0fd75d911d4955c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoelvis=20=20Jim=C3=A9nez?= <43357527+yoelvisj@users.noreply.github.com> Date: Mon, 15 Oct 2018 19:37:13 -0400 Subject: [PATCH] Update solution to challenge (#18716) * Update soluution to challenge Add line $("#target4").html("#target4"); Link to Official Documentation and freeCodeCamp Guide * Changec double quotes in JavaScript to single quotes --- .../index.md | 42 +++++++++++++++++-- 1 file changed, 39 insertions(+), 3 deletions(-) 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) -