From 46c426393163e8a3734e7ddaed1b41b04f77d7e2 Mon Sep 17 00:00:00 2001 From: Garret Kemp <34540202+GarretKemp@users.noreply.github.com> Date: Sat, 2 Mar 2019 07:50:23 +0900 Subject: [PATCH] Added code solution to jQuery challenge: Remove Classes from an Element with jQuery. (#35269) * Update index.md * Update index.md --- .../index.md | 37 +++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/guide/english/certifications/front-end-libraries/jquery/remove-classes-from-an-element-with-jquery/index.md b/guide/english/certifications/front-end-libraries/jquery/remove-classes-from-an-element-with-jquery/index.md index d51354c6cd..15d9916c58 100644 --- a/guide/english/certifications/front-end-libraries/jquery/remove-classes-from-an-element-with-jquery/index.md +++ b/guide/english/certifications/front-end-libraries/jquery/remove-classes-from-an-element-with-jquery/index.md @@ -3,8 +3,39 @@ title: Remove Classes from an Element with jQuery --- ## Remove Classes from an Element with jQuery -This is a stub. Help our community expand it. +## Solution -This quick style guide will help ensure your pull request gets accepted. +```html + - + + +