The modal javascript plugin is working fine. I had a question regarding the library itself.
If you notice in this link
http://twitter.github.com/bootstrap/javascript.html#modals
// click on LAUNCH DEMO MODAL
The modal drop from the top of the screen into the vertical center of the screen. Is this functionality provided in the plugin or is it javascript that I will have to write myself ?
Thanks.
Add the
fadeclass to the modal in order to get this transition.Your html should then look something like
Check it out in action on JsFiddle here
From the documentation: