Top "Modal-dialog" questions

Refers to a graphical dialog used to display important information to the user.

Close Bootstrap Modal

I have a bootstrap modal dialog box that I want to show initially, then when the user clicks on the …

jquery twitter-bootstrap modal-dialog
Disable click outside of bootstrap modal area to close modal

I am making a bootstrap website, with a couple of Bootstrap 'Modals'. I'm trying to customize some of the default …

javascript css twitter-bootstrap modal-dialog
How to hide Bootstrap modal with javascript?

I've read the posts here, the Bootstrap site, and Googled like mad - but can't find what I'm sure is …

javascript twitter-bootstrap modal-dialog
Bind a function to Twitter Bootstrap Modal Close

I am using the Twitter Bootstrap lib on a new project and I want for part of the page to …

jquery modal-dialog twitter-bootstrap
Bootstrap 3 modal vertical position center

This is a two part question: How can you position the modal vertically in the center when you don't know …

css twitter-bootstrap modal-dialog center
Prevent Bootstrap Modal from disappearing when clicking outside or pressing escape?

I'm using the Twitter Bootstrap modal as a wizard window, and would like to prevent the user from closing it …

html twitter-bootstrap modal-dialog
Using :before CSS pseudo element to add image to modal

I have a CSS class Modal which is absolutely positioned, z-indexed above it's parent, and nicely positioned with JQuery. I …

css modal-dialog pseudo-element
Bootstrap modal appearing under background

I have used the code for my modal straight from the Bootstrap example, and have included only the bootstrap.js (…

javascript css twitter-bootstrap modal-dialog
Calling a function on bootstrap modal open

I used to use JQuery UI's dialog, and it had the open option, where you can specify some Javascript code …

javascript jquery jquery-ui twitter-bootstrap modal-dialog
How to handle the modal closing event in Twitter Bootstrap?

In Twitter bootstrap, looking at the modals documentation. I wasn't able to figure out if there is a way to …

jquery twitter-bootstrap modal-dialog