Twitter bootstrap 3.0 icon change on collapse

前端 未结 10 1236
长发绾君心
长发绾君心 2020-12-04 19:41

This is about Bootstrap 3.0. I would like the icon/glyphicon to change on collapse. I.e, from a closed folder to an open one.

I have searched far and wide, and have

10条回答
  •  一向
    一向 (楼主)
    2020-12-04 20:19

    This is a CSS-based solution that relies on the default bootstrap.js collapse implementation. No additional HTML markup required (feel free to replace Font-Awesome with glyphicons, of course).

    
    

    DEMO (Bootstrap 3.3.7):

    DEMO (Bootstrap 4.0 / Font Awesome 5 CSS):

提交回复
热议问题