Related questions
.slideToggle(1000, function (){ // Here we close another block })
$('.open_video').on('click', function() { $(this) .closest('.wrapper_video') .find('.about_video') .slideToggle(2000, function() { $(this).closest('.wrapper_video').find(".about_video").slideToggle(1000); });
Find more questions by tags jQuery
Closes the block where the button is pressed - Harmon68 commented on March 23rd 20 at 19:44