Menu
×
×
Correct!
Exercise:Use a jQuery method to toggle between sliding up and down a <div> element, when clicking on a button.
$("button").@(5)(function(){
$("div").@(11)();
});
$("button").click(function(){
$("div").slideToggle();
});
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?