diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/change-the-css-of-an-element-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/change-the-css-of-an-element-using-jquery.english.md index a924d25f53..abd97a4f8c 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/change-the-css-of-an-element-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/change-the-css-of-an-element-using-jquery.english.md @@ -86,7 +86,38 @@ tests: ## Solution -```js -// solution required +```html + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/clone-an-element-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/clone-an-element-using-jquery.english.md index ce8b4c7785..60a8f7af2d 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/clone-an-element-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/clone-an-element-using-jquery.english.md @@ -85,7 +85,39 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/delete-your-jquery-functions.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/delete-your-jquery-functions.english.md index bc0fec6536..091ca18565 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/delete-your-jquery-functions.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/delete-your-jquery-functions.english.md @@ -86,7 +86,35 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/disable-an-element-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/disable-an-element-using-jquery.english.md index 1407a13970..f9c472dd6b 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/disable-an-element-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/disable-an-element-using-jquery.english.md @@ -82,7 +82,37 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/learn-how-script-tags-and-document-ready-work.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/learn-how-script-tags-and-document-ready-work.english.md index 5ec6389cbe..e2265e9270 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/learn-how-script-tags-and-document-ready-work.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/learn-how-script-tags-and-document-ready-work.english.md @@ -76,7 +76,33 @@ tests: ## Solution -```js -// solution required +```html + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.english.md index b587868e81..5ba184c6d6 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/remove-an-element-using-jquery.english.md @@ -78,7 +78,37 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/remove-classes-from-an-element-with-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/remove-classes-from-an-element-with-jquery.english.md index a23f3db4ff..333ae2f23f 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/remove-classes-from-an-element-with-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/remove-classes-from-an-element-with-jquery.english.md @@ -84,7 +84,38 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-a-specific-child-of-an-element-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-a-specific-child-of-an-element-using-jquery.english.md index 52abb964a7..d20b1d4d32 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-a-specific-child-of-an-element-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-a-specific-child-of-an-element-using-jquery.english.md @@ -92,7 +92,42 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-class-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-class-using-jquery.english.md index 46919b5e9e..9e32a3d6b2 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-class-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-class-using-jquery.english.md @@ -82,7 +82,36 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-id-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-id-using-jquery.english.md index 9e85155954..68aa0580fb 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-id-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-elements-by-id-using-jquery.english.md @@ -85,7 +85,37 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-even-elements-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-even-elements-using-jquery.english.md index 2ae383adee..741600de8a 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-even-elements-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-even-elements-using-jquery.english.md @@ -91,7 +91,44 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-html-elements-with-selectors-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-html-elements-with-selectors-using-jquery.english.md index 4593a348ce..e5ecb0e270 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-html-elements-with-selectors-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-html-elements-with-selectors-using-jquery.english.md @@ -83,7 +83,35 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-children-of-an-element-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-children-of-an-element-using-jquery.english.md index 5af63b087e..2537f8d3d9 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-children-of-an-element-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-children-of-an-element-using-jquery.english.md @@ -85,7 +85,41 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-parent-of-an-element-using-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-parent-of-an-element-using-jquery.english.md index c7b6ff2fe8..29a660c297 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-parent-of-an-element-using-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-parent-of-an-element-using-jquery.english.md @@ -90,7 +90,42 @@ tests: ## Solution -```js -// solution required +```html + + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-same-element-with-multiple-jquery-selectors.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-same-element-with-multiple-jquery-selectors.english.md index ca3f104a3d..31014a9de6 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-same-element-with-multiple-jquery-selectors.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/target-the-same-element-with-multiple-jquery-selectors.english.md @@ -90,7 +90,37 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/use-appendto-to-move-elements-with-jquery.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/use-appendto-to-move-elements-with-jquery.english.md index 2f8507f84c..c9c4a0c46d 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/use-appendto-to-move-elements-with-jquery.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/use-appendto-to-move-elements-with-jquery.english.md @@ -83,7 +83,38 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ``` diff --git a/curriculum/challenges/english/03-front-end-libraries/jquery/use-jquery-to-modify-the-entire-page.english.md b/curriculum/challenges/english/03-front-end-libraries/jquery/use-jquery-to-modify-the-entire-page.english.md index 927eb1b744..fa6d29d05f 100644 --- a/curriculum/challenges/english/03-front-end-libraries/jquery/use-jquery-to-modify-the-entire-page.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/jquery/use-jquery-to-modify-the-entire-page.english.md @@ -87,7 +87,45 @@ tests: ## Solution -```js -// solution required +```html + + + + + + jQuery Playground + + + #left-well + + #target1 + #target2 + #target3 + + + + #right-well + + #target4 + #target5 + #target6 + + + + ```