Menu
×
×
Correct!
Exercise:Use a jQuery method to hide a <p> element when it is clicked on. Note: The speed should be "slow".
$("p").click(function(){
$(this).@(4)(@(6));
});
$("p").click(function(){
$(this).hide("slow");
});
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?