Top "Collapse" questions

This tag is deprecated and should not be used, because it lacks discriminating power.

Bootstrap 3 Collapse (left to right)

http://getbootstrap.com/javascript/#collapse Is there a way to get this menu sliding from left to right? I've looked …

accordion twitter-bootstrap-3 collapse
bootstrap collapse: change display of toggle button icons and text

I am using Twitter Bootstrap to create collapsible sections of text. The sections are expanded when a + button is pressed. …

twitter-bootstrap twitter-bootstrap-3 collapse
Bootstrap 3 collapse can have multiple panels open after programmatically opening a panel

I have a problem with bootstrap 3 collapse, after opening a panel programmatically it is possible to keep another panel open …

twitter-bootstrap twitter-bootstrap-3 collapse
Simulating border-collapse in lists (no tables)

I have always the same problem, when I have 2 adjacent elements with borders, the borders are merged. With tables we …

css list border collapse
bootstrap collapse menu disappears when resizing screen

I used bootstrap menu for my app. It looks like this: but when I change window size to smaller, it …

css twitter-bootstrap collapse
NetBeans shortcut key for collapsing/expanding a method

JAVA - NETBEANS This is an IDE question I am always working with collapsed methods, because I want to be …

java netbeans code-organization expand collapse
Bootstrap Collapse doesn't toggle after you show, hide or toggle from code

My HTML is: <div id="accordion-container"> <div class="accordion" id="navaccordion"> <div class="accordion-group"> &…

javascript twitter-bootstrap collapse
jquery - Collapsing / Expanding divs?

Trying to create collapsible / expandable divs using jQuery, but it's not working for me at all... Each h3 should expand/…

jquery html nested expand collapse
In R, how to collapse categories or recategorize variables?

I am sure this is a very basic question: In R I have 600,000 categorical variables - each of which is …

r categories collapse
Javascript toggle with Bootstrap collapse plugin

I try to use the toggle function of the Bootstrap collapse plugin programmatically. I manage to toggle a div when …

twitter-bootstrap toggle collapse