Skip to main content

All Questions

1 vote
1 answer
55 views

How to prevent Bootstrap modal from opening when clicking on link

I have a table where clicking anywhere on the row will open a modal dialog (to edit the row) but there are columns that contain links . When those links are clicked on, I don't want to go to the link ...
Vexxed72's user avatar
0 votes
0 answers
53 views

How to Prevent Select2 Dropdown from Moving with Scroll inside a Bootstrap Vue Modal?

I'm working on a project that uses Vue.js and Bootstrap-Vue. Inside a Bootstrap modal, I've integrated a Select2 dropdown. I encountered an issue where the modal wouldn't scroll when the Select2 ...
monny's user avatar
  • 127
0 votes
1 answer
81 views

How can I close a modal and open another one (with same ID) using JavaScript?

I have one modal window opened (contains a paginated list), and from that modal I have buttons next/prev that should show new content. I can't have HTML code for modals next and prev inside first ...
K. Weber's user avatar
  • 2,723
0 votes
1 answer
26 views

Bootstrap Modal no longer showing - Jquery in Site Master

I'm working on a .Net Web Pages site using Visual Studio 2015. Yes yes, I know. We use dinosaur technology here. I had to go back and pull an older version of the code from TFS and now it appears I've ...
James Fox's user avatar
1 vote
0 answers
73 views

Modal backdrop issue in browser fullscreen mode

I have the following situation: i have a div element (a mapbox map) that can be displayed in browser fullscreeen mode with a Bootstrap modal inside: <div id="map-container"> ... <...
fbzyx's user avatar
  • 339
1 vote
1 answer
121 views

Why isn't padding working in my Bootstrap 5.3 page?

Why is pe-5 not working? <head> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-...
Adhnan m y's user avatar
-2 votes
1 answer
332 views

How to open Bootstrap 5 Modal instantly and then load the AJAX content

The Bootstrap 5 Modal does not open until the AJAX Content is loaded. It's a bad UX for my users as users have to wait few seconds for the modal to open after clicking the View button! So having said ...
user3362364's user avatar
1 vote
2 answers
5k views

How can I open multiple Bootstrap 5 modals without closing the old ones?

For my project I use bootstrap 5.2 and before like bootstrap 3. In 3 it was possible to open multiple modal like one in front and then open a new one and so on. The window of the modal overlaps each ...
andre.hey's user avatar
  • 337
0 votes
0 answers
42 views

Bootstrap Modal having problem but unable to fix it

It's opening a new window and the close button is working fine but "Save Changes" button is not submitting the form. Here is my code: <!DOCTYPE html> <html lang="en"> <...
Raakh's user avatar
  • 67
0 votes
0 answers
58 views

Prevent multiple event handling in Bootstrap modal

I have a bootstrap modal for multiple actions like "Add user" or "Edit user". Every time I click a button it opens the modal for me and I can fill in the fields and submit. But if ...
user avatar
0 votes
1 answer
42 views

Popover in modal body covered by modal footer

I have a Bootstrap 4 modal with a couple of buttons, one of them is supposed to toggle a custom popover div, which is centered below the button that triggers it. The popover styles work fine when they'...
I wrestled a bear once.'s user avatar
0 votes
1 answer
120 views

jQuery can not get backdrop & keyboard working

I am trying to disable background once a popup is open. I have tried a lot of stuff from here and other places. Everything else is working with no problem. // HAVE TRIED ALL OF THESE NONE WORK // // ...
Stephen Weaver's user avatar
0 votes
1 answer
298 views

Why is Bootstrap 4.6.2 modal not working?

I am trying to run a modal from this site. I have Bootstrap 4.6.2 in place and do not get any errors on the page. However, when I try to run the following modal code, nothing happens: <!-- Button ...
forrest's user avatar
  • 10.8k
1 vote
1 answer
190 views

jQuery datepicker month select box opens and closes immediately inside Bootstrap modal

I've encountered a conflict between Bootstrap's modal and jQuery UI datepicker where I can't use the month select box because something closes it immediately after being open. Steps to reproduce: ...
CIRCLE's user avatar
  • 4,799
2 votes
1 answer
5k views

bootstrap modal: Uncaught TypeError: Cannot read properties of undefined (reading 'backdrop') modal.js:158

I am new to bootstrap. I am trying to write a basic CRUD page with user system using PHP, MySQL and Bootstrap. The CRUD page has a button to add new product, and a table to display all the product ...
Emmm's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
124