There is a button. When you click on it once, the div block should open. When pressed a second time, the block should close.
Did just what would open, and how to know the status and then close?
$( ".fa-edit" ).click(function() { $( ".cabinet-block-about-me" ).slideDown(300); });
slideToggle()- splash58