I am stuck. Given Bootstrap 3.0 is about to be released, I decided to go with it for a new project. Things are going fine so far, but for the life of me, I can't figure out how to do a Modal Dialog in Bootstrap 3.0.
Does anyone have a simple example?
I've found a very well example that as well let you download a zip with all the code examples about Booststrap 3 Modal.
I hope this help you as well!
You can try simpleDialog. This is a simple bootstrap modal with callbacks and template injection options.
I've been fighting against the same problem and thanks to this conversation I found my mistake. While using TwitterBootstrap3, you need the following things:
A button trigger
An a div with this minimun structure:
It is important to know that if you don't place modal-dialog and model-content, the modal window will not be opened properly
You could try to build the docs: Compile Twitter bootstrap 3 docs (How to)? so also http://bassjobsen.weblogs.fm/explore-and-install-twitter-bootstrap-3/ from the docs: