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.

Bootstrap modal: is not a function

I have a modal in my page. When I try to call it when the windows load, it prints an …

javascript jquery html bootstrap-modal
In Bootstrap open Enlarge image in modal

How do I open / enlarge an image in a modal using jquery / js and not data attributes? Anytime a user …

javascript jquery image bootstrap-modal image-enlarge
Confirm deletion using Bootstrap 3 modal box

I need to confirm deletion using Bootstrap 3 modal box (YES/NO). How can I create this? HTML code: <form …

jquery css twitter-bootstrap-3 bootstrap-modal confirm
Vertically centering Bootstrap modal window

I would like to center my modal on the viewport (middle) I tried to add some css properties .modal { position: …

javascript twitter-bootstrap bootstrap-modal
Capture close event on Bootstrap Modal

I have a Bootstrap Modal to select events. If the user clicks on the X button or outside the modal, …

twitter-bootstrap events bootstrap-modal
How to use code to open a modal in Angular 2?

Usually we use data-target="#myModal" in the <button> to open a modal. Right now I need use codes …

angular bootstrap-modal
Close Bootstrap modal on form submit

I have a Bootstrap modal dialog which contains a form. The modal dialog contains a submit and a cancel button. …

javascript html jquery bootstrap-modal
Change header background color of modal of twitter bootstrap

I am trying to change the background color of modal header of twitter bootstrap using following css code. .modal-header { padding:9…

css twitter-bootstrap bootstrap-modal
Set textarea width to 100% in bootstrap modal

Was trying all possible ways, but never succeeded: <div style="float: right"> <button type="button" value="Decline" …

html css twitter-bootstrap textarea bootstrap-modal
Modal width (increase)

I want a modal to be 80% or so of a screen width. modal-lg isn't large enough. This: .modal .modal-dialog { width: 80%; } …

bootstrap-4 bootstrap-modal