Menu
×
×
Correct!
Exercise:Use the correct event to hide all <p> elements with a "double-click".
$("p").@(8)(function(){
$(this).hide();
});
$("p").dblclick(function(){
$(this).hide();
});
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?