Top "Modal-dialog" questions

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

Send values from one form to another form

I want to pass values between two Forms (c#). How can I do it? I have two forms: Form1 and …

c# winforms modal-dialog
Bootstrap: Open Another Modal in Modal

So, I'm using this code to open another modal window in a current opened modal window: <a onclick=\"$('#…

javascript jquery twitter-bootstrap modal-dialog twitter-bootstrap-3
How to set the focus for a particular field in a Bootstrap modal, once it appears

I've seen a couple of questions in regards to bootstrap modals, but none exactly like this, so I'll go ahead. …

javascript twitter-bootstrap modal-dialog
Bootstrap 3 - How to load content in modal body via AJAX?

As you can see here, I have a button that launches a modal. Setting an href url for the button …

ajax twitter-bootstrap twitter-bootstrap-3 modal-dialog
Disallow Twitter Bootstrap modal window from closing

I am creating a modal window using Twitter Bootstrap. The default behavior is if you click outside the modal area, …

jquery twitter-bootstrap modal-dialog mouseclick-event
How to implement "confirmation" dialog in Jquery UI dialog?

I am try to use JQuery UI Dialog to replace the ugly javascript:alert() box. In my scenario, I have …

jquery jquery-ui dialog modal-dialog
Bootstrap 3 with remote Modal

I just started a new project with the new Twitter Bootstrap release : bootstrap 3. I can't make the Modal work in …

twitter-bootstrap modal-dialog
Invoking modal window in AngularJS Bootstrap UI using JavaScript

Using the example mentioned here, how can I invoke the modal window using JavaScript instead of clicking a button? I …

angularjs modal-dialog angular-ui-bootstrap
How to jump to top of browser page

I'm writing a modal popup and I need the browser to jump to the top of the screen when the …

javascript jquery css modal-dialog
jquery-ui-dialog - How to hook into dialog close event

I am using the jquery-ui-dialog plugin I am looking for way to refresh the page when in some circumstances when …

javascript jquery jquery-ui modal-dialog jquery-ui-dialog