From efe39a5da82c57967c5c17e127b1b6d7a8c65deb Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Fri, 1 Mar 2019 21:58:12 +0530 Subject: [PATCH] fix(guide): Add full solution to jQuery challenge: Use jQuery to Modify the Entire Page (#35270) * Add full solution * Update index.md --- .../index.md | 37 ++++++++++++++++++- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md b/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md index 1937c017b4..8f6fd3dc53 100644 --- a/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md +++ b/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md @@ -11,10 +11,43 @@ Add the classes `animated` and `hinge` to your `body` element. - [.addClass()](https://api.jquery.com/addClass/e) ### Solution: -```javascript +```html -``` +