I am using Bootstrap 2.3.2 in my app and I need to completely hide a row using the collapse plugin. Below is an example:
You can do this without any JavaScript involved
(Using accepted answer)
HTML
Click to expand Show me collapsed
CSS
.nopadding { padding: 0 !important; } .content { padding: 20px; }