Collapse DIV only on Mobile View - Bootstrap 3

前端 未结 4 441
甜味超标
甜味超标 2020-12-14 06:56

I have a sidebar search parameters. I want to make collapse function on this DIV only on Mobile device. Using Bootstrap 3 - Latest version.

Here is the HTML Markup.<

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-14 07:51

    Since the "in" class is what defines the collapsible element as open, removing it on mobile causes it to start out collapsed.

    E.g.

    
    
    Content Here.

提交回复
热议问题