Skip to content

Instantly share code, notes, and snippets.

@drdavidpier
Created October 24, 2013 14:13
Show Gist options
  • Save drdavidpier/7138042 to your computer and use it in GitHub Desktop.
Save drdavidpier/7138042 to your computer and use it in GitHub Desktop.
Bootstrap collapse with button
<button type="button" class="btn btn-success" data-toggle="collapse" data-target="#">
Answer
</button>
<div id="demo" class="collapse">
<h3>
</h3>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment