Bootstrap 4 Collapse show state with Font Awesome icon
问题 I have a single Bootstrap 4 collapse as follows... <a data-toggle="collapse" href="#collapseNEWS" aria-expanded="true" aria-controls="collapseNEWS"><i class="fa fa-chevron-circle-up" aria-hidden="true"></i></a> <div class="row collapse in" id="collapseNEWS">Content</div> This automatically displays the content unless the font awesome icon is clicked. I am displaying the fa-chevron-circle-up icon upon initial load. Once the icon is clicked, the content closes and I'd like to show the fa