Adding open/closed icon to Twitter Bootstrap collapsibles (accordions)

后端 未结 19 2449
失恋的感觉
失恋的感觉 2020-12-22 18:23

I\'ve set up this simple version of the Bootstrap accordion:

Simple accordion: http://jsfiddle.net/darrenc/cngPS/

Currently the icon only po

19条回答
  •  感情败类
    2020-12-22 19:19

    Shortest possible answer.

    HTML

    
        
    
    

    JS:

    
    

    And of course, you can use anything for a selector instead of anchor tag a and you can also use specific selector instead of this if your icon lies outside your clicked element.

提交回复
热议问题