Twitter bootstrap 3.0 icon change on collapse

前端 未结 10 1225
长发绾君心
长发绾君心 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:11

    The complete code for collapse multiple div with icons in bootstrap

    
    
    
    
    
    
    Example of Bootstrap 3 Accordion with Plus/Minus Icon
    
    
    
    
    
    
    
    

    HTML stands for HyperText Markup Language. HTML is the standard markup language for describing the structure of web pages. Learn more.

    Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development. It is a collection of CSS and HTML conventions. Learn more.

    CSS stands for Cascading Style Sheet. CSS allows you to specify various style properties for a given HTML element such as colors, backgrounds, fonts etc. Learn more.

    Note: Click on the linked heading text to expand or collapse accordion panels.

提交回复
热议问题