Skip to main content

All Questions

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
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
-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
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
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
0 votes
1 answer
92 views

HTML Modal not showing when button is clicked, and is displacing other elements when hidden [duplicate]

I am not sure where I am going wrong. This is my first time working with modals, but it is necessary to allow my users to sign up with the service. I am following bootstraps tutorial for modals hence ...
dstoner's user avatar
  • 49
1 vote
0 answers
56 views

Bootstrap 5.x Modal Events Bug

As you know with Bootstrap 5, modal operations with jquery have been removed. When you want to switch between modals on a page that has more than one. You can see that it does not work in sync. For ...
Perfection's user avatar
1 vote
1 answer
398 views

How to make my Bootstrap 4 popup close after clicking "Esc" key on keyboard, while the popup has a YouTube video embedded as iframe and is paused?

We use Bootstrap 4, and there is an image that opens a popup when clicked. The popup has a YouTube video embedded into it. Clicking the "Esc" button correctly closes the video, as long as ...
peikado's user avatar
  • 75
0 votes
1 answer
862 views

Bootstrap modal loading double modal-backdrop

I have found many answers to issues with modal-backdrop not clearing, but none that seems to work in this particular case: Framework Joomla3 (hence bootstrap v2.x). On the page I have a multiple links ...
RogerCO's user avatar
  • 41
0 votes
1 answer
518 views

How to clear input type=file in modal bootstrap 3 when open it with onclick

I have a modal in Bootstrap 3 where I want to get a file from the user. My problem is when the user selects the file but it fails to load and closes the modal and opens it again, the previous file ...
AliReza Abbasian's user avatar
0 votes
0 answers
45 views

What is making my bootstrap modal disappear on the second time I toggle it?

I have a bootstrap modal with a form inside. The save button makes a post request (via ajax) and then the modal is dismissed using the code below inside the success function. $("#my-modal-id"...
Ewerton's user avatar
  • 500
0 votes
0 answers
10 views

My Bootstrap Modal button doesn't stop a setInterval unless it is clicked in the first seconds. How to fix this [duplicate]

I have a function that reloads the page every 2 seconds and it starts with the first load. I want this reload to stop as soon as I click the Modal Bootstrap 4.7 button. My code works ok if I click ...
stats con chris's user avatar
2 votes
1 answer
276 views

Make jQuery UI Draggable Cursor centered in Bootstrap Modal when dragging

Say you have a basic Bootstrap Modal And you try to make it draggable using jQuery UI. You can simply do, this $('#myModal').draggable() This works great, however I've noticed the speed of the cursor ...
user2402616's user avatar
  • 1,524
1 vote
1 answer
162 views

Fullcalendar modal not showing jQuery

I have a full calender applicaiton. When I added code for showing a modal function InitalizeCalendar() { try { var calenderEl = document.getElementById("calendar"); ...
Joro's user avatar
  • 321
1 vote
1 answer
2k views

No longer able to create modal on-the-fly with jQuery

I'm still trying to remove my jQuery training wheels. I previously had a way to create a modal on-the-fly with jQuery. It looked like this: function showTheForm() { $rescheduleEmployeeModalHTML ...
NamedArray's user avatar

15 30 50 per page
1
2 3 4 5
49