Top "Bootstrap-modal" questions

Bootstrap provides a JavaScript-powered dialog element that can be used to replace native dialogs (to a degree); unlike native dialogs, Bootstrap modals cannot block the flow of execution.

How to correctly validate a modal form

I can't seem to get validation to work on my bootstrap modal, I have struggled with several of the examples …

javascript jquery twitter-bootstrap twitter-bootstrap-3 bootstrap-modal
AngularJS passing data to bootstrap modal

I think I'm missing something but cannot figure what. Basically I'm trying to pass an object to the modal like …

angularjs twitter-bootstrap angular-ui bootstrap-modal angularjs-controller
iOS 11 Safari bootstrap modal text area outside of cursor

With iOS 11 safari, input textbox cursor are outside of input textbox. We did not get why it is having this …

html ios bootstrap-modal mobile-safari ios11
Open a Modal from another modal and close the first (launching) modal

I'm using Bootstrap Modal Window plugin its work fine but i would like to open another model window when i …

jquery twitter-bootstrap bootstrap-modal modal-window
How to automatically close Bootstrap 3 modal after time period

I'm struggling to automatically close Bootstrap modals after a set time period. Here's the js code I'm using to close …

javascript twitter-bootstrap bootstrap-modal
How to remove bootstrap modal overlay?

How to remove bootstrap modal overlay for particular modal. when modal appears background has black color with some opacity is …

twitter-bootstrap bootstrap-modal
How to vertically align Bootstrap v4 modal dialogs

Vertically center modal dialogues in Bootstrap 4. Note: The requirements below have been added to make it clear I am looking …

modal-dialog flexbox bootstrap-modal vertical-alignment bootstrap-4
How clear bootstrap modal on hide

How to can you clear the bootstrap modal on dismiss/hide/close? I have the following Modal definition: <button …

jquery twitter-bootstrap bootstrap-modal
Bootstrap modal onload event

Does a bootstrap modal have an onload event? I want to call a http GET request when the modal is …

javascript jquery twitter-bootstrap event-handling bootstrap-modal
How can I prevent body scrollbar and shifting when twitter bootstrap modal dialog is loaded?

When I open the twitter bootstrap modal dialog, the backdrop causes a scrollbar and shift the content. To avoid the …

css twitter-bootstrap twitter-bootstrap-3 bootstrap-modal