Bootstrap 4 Collapse show state with Font Awesome icon

前端 未结 6 973
天命终不由人
天命终不由人 2020-12-24 02:59

I have a single Bootstrap 4 collapse as follows...



        
6条回答
  •  再見小時候
    2020-12-24 03:47

    You can add toggleClass() to onclick event of element and additional class fa-rotate-180 for element of Font Awesome icon.

    fa-rotate-180 - standard class from Font Awesome.

    
       
       Link Text
    
    

提交回复
热议问题