- Popover can't maintain state. It always destroys its content.
- Dropdown disappears when user clicks.
<div class="dropform">
<a href="#" data-toggle="dropform">... Anything Oliver wants...</a>
<div class="dropform-body in"></div>
</div>
- Use
data-toggle="dropform"
to bind JavaScript automatically. - Append
.in
class name if you want show it by default.
dropform.css.sass
- The default style of
.dropform
will bedisplay:inline-block
dropform.js.coffee
This is super solid. Deploy this ASAP please.