Merge pull request #21 from brndnb/patch-2
Edit wording of jquery exercises
This commit is contained in:
@ -7,12 +7,12 @@ block content
|
|||||||
1: "Move the .target element from #location1 to #location2.",
|
1: "Move the .target element from #location1 to #location2.",
|
||||||
2: "Change the background color of .target to red.",
|
2: "Change the background color of .target to red.",
|
||||||
3: "Change the background color of the even-numbered targets to red.",
|
3: "Change the background color of the even-numbered targets to red.",
|
||||||
4: "Change the background color of the target4 to red.",
|
4: "Change the background color of target4 to red.",
|
||||||
5: "Clone the target2 in #location1 so that it also exists in #location2.",
|
5: "Clone target2 in #location1 so that it also exists in #location2.",
|
||||||
6: "Remove the target3 from element from #location1.",
|
6: "Remove the target3 element from #location1.",
|
||||||
7: "Check the following checkboxes using jQuery.",
|
7: "Check the following checkboxes using jQuery.",
|
||||||
8: "Make the text input field read-only.",
|
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'.",
|
10: "Add the following css classes to .target: 'animated' and 'hinge'.",
|
||||||
11: "Use jQuery to read the data of .target.",
|
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.",
|
12: "Use 'length' to count the number of child elements in #location1, then display that value in #location2.",
|
||||||
|
Reference in New Issue
Block a user