fix jquery exercises bug
This commit is contained in:
@ -19,7 +19,7 @@ block content
|
|||||||
13: "There's an element hidden in #location1. Show it using jQuery, and then click on it."
|
13: "There's an element hidden in #location1. Show it using jQuery, and then click on it."
|
||||||
};
|
};
|
||||||
var hint = {
|
var hint = {
|
||||||
0: "$('#next-exercise').attr('disabled', false)",
|
0: "$('#next-exercise').attr('disabled', false);",
|
||||||
1: "$('.target').appendTo('#location2');",
|
1: "$('.target').appendTo('#location2');",
|
||||||
2: "$('.target').css('background', 'red');",
|
2: "$('.target').css('background', 'red');",
|
||||||
3: "$('.target:even').css('background', 'red');",
|
3: "$('.target:even').css('background', 'red');",
|
||||||
|
Reference in New Issue
Block a user