Merge pull request #21 from brndnb/patch-2

Edit wording of jquery exercises
pull/23/head
Free Code Camp 2015-01-12 22:12:42 -08:00
commit f55b341380
1 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ block content
1: "Move the .target element from #location1 to #location2.",
2: "Change the background color of .target to red.",
3: "Change the background color of the even-numbered targets to red.",
4: "Change the background color of the target4 to red.",
5: "Clone the target2 in #location1 so that it also exists in #location2.",
6: "Remove the target3 from element from #location1.",
4: "Change the background color of target4 to red.",
5: "Clone target2 in #location1 so that it also exists in #location2.",
6: "Remove the target3 element from #location1.",
7: "Check the following checkboxes using jQuery.",
8: "Make the text input field read-only.",
9: "Select the target2 option in the select box.",
9: "Select target2 option in the select box.",
10: "Add the following css classes to .target: 'animated' and 'hinge'.",
11: "Use jQuery to read the data of .target.",
12: "Use 'length' to count the number of child elements in #location1, then display that value in #location2.",