Top "Modal-dialog" questions

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

Using Bootstrap Modal window as PartialView

I was looking to using the Twitter Bootstrap Modal windows as a partial view. However, I do not really think …

javascript asp.net-mvc twitter-bootstrap modal-dialog
jQuery UI Dialog window loaded within AJAX style jQuery UI Tabs

The AJAX tabs work perfectly well. It's pretty straightforward with that part. However, getting the AJAX UI Dialog modal window …

jquery jquery-ui modal-dialog
Set bootstrap modal body height by percentage

I am trying to make a modal with a body that will scroll when the content becomes too large. However, …

html css twitter-bootstrap modal-dialog
Javascript to stop HTML5 video playback on modal window close

I've got a html5 video element on a modal window. When I close the window the video continues to play. …

javascript modal-dialog html5-video
Custom "confirm" dialog in JavaScript?

I've been working on an ASP.net project that uses custom 'modal dialogs'. I use scare quotes here because I …

javascript jquery jquery-ui dialog modal-dialog
Twitter Bootstrap: Print content of modal window

I'm developing a site using Bootstrap which has 28 modal windows with information on different products. I want to be able …

javascript printing twitter-bootstrap modal-dialog
How can I display a modal dialog in Redux that performs asynchronous actions?

I'm building an app that needs to show a confirm dialog in some situations. Let's say I want to remove …

javascript modal-dialog redux react-redux
Bootstrap Modal before form Submit

I'm new to Modals, I have a Form and when the user clicks submit, It will show a Modal confirming …

javascript jquery twitter-bootstrap modal-dialog
Twitter Bootstrap Modal Form Submit

I've recently been fiddling around with twitter bootstrap, using java/jboss, and i've been attempting to submit a form from …

jquery forms twitter-bootstrap modal-dialog submit
jQuery UI Dialog individual CSS styling

I'm looking to style a modal dialog (using UI Dialog) with unique CSS that is separate from the traditional dialog, …

jquery css jquery-ui dialog modal-dialog