Bootstrap Collapse not working properly (Hide Not working)
问题 I am using bootstrap collapse functionality is not working properly in our IBM web portal. It working fine on “show” functionality but not working in “Hide” functionality. <a href="#demo" data-toggle="collapse"><span class=”icon”>Collapsible</span></a> <div id="demo" class="collapse"> Sample Code </div> I see in console window the “ area-expanded ” value did not change in our collapse and also did not change class name like “ collapsed ” and collapse in ”. How to fix it . 回答1: Your code works