Skip to main content

All Questions

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
148 views

Django Add Related in Custom Form

I would want to have the highlighted functionality in my custom form. What steps should I take? That is, from my Add Contact form, select a registrar if existing or add one and have the id as an input ...
user2054274's user avatar
0 votes
1 answer
125 views

Load Bootstrap Modal only when content is ready

i have a little problem with my bootstrap modal. I have a list with different listitem. Every item have an id. If i click on a listitem, a model opens with dynamic content of my database. There are ...
LittleEast's user avatar
1 vote
1 answer
216 views

How can I create bootstrap auto hide modal with time indicator?

I have a modal caller link and a modal as below : <!-- modal caller --> <a href="#" data-toggle="modal" data-target="#modal">CALL MODAL</a> <!-- ...
Donald Prompt's user avatar
-3 votes
1 answer
241 views

How to call a modal window with bootstrap 5 by javascript?

In Bootstrap 4 I have done it but due to jquery, in Bootstrap 5 jquery is not available, so how do I call a modal window by javascript without jquery in Bootstrap 5?
ECC's user avatar
  • 3
1 vote
0 answers
1k views

Bootstrap - Modal dialog avoid duplicate entry and empty on load

I am having a web app using bootstrap 3, datatables, js and php. I am facing two issues: a) When i press SAVE button on modal, it sometimes taking more seconds to load the code. This has a result, ...
PeterPan2020's user avatar
1 vote
2 answers
388 views

eModal load javascript in bootstrap 3 but not working in bootstrap 4

I am using eModal plugin in my codeigniter project to show modal with ajax the problem is when the modal is showing the Javascript/jQuery inside is not loaded the javascript loaded only if i reopen ...
weed's user avatar
  • 23
3 votes
1 answer
3k views

Passing data into a bootstrap modal

Im using JSP, Jquery and Bootstrap As you can see in my code: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="...
Felipe Godoy's user avatar
1 vote
1 answer
9k views

How do I pass data to modal view in ASP.NET MVC

I am having problems passing data to modal view. Either modal view doesn't open at all or reads data from first item every time I open it. The biggest problem I have is that I don't know jQuery. I ...
Brdar's user avatar
  • 11
0 votes
1 answer
932 views

Delete dynamic table in modal popup on modal close

On button click a modal popup will open where table rows are appended to the table in following way var newRow = document.createElement("tr"); var newCell1 = document.createElement(&...
jamuna's user avatar
  • 91
1 vote
0 answers
75 views

Hide an item after a few seconds

I have the following JavaScript code in my head: <script src="https://code.jquery.com/jquery-3.2.1.js"></script> <script type="text/javascript"> $(document).ready(function() { ...
slowdmelendez360's user avatar
0 votes
1 answer
607 views

Bootstrap Modal Hide is not working at Laravel 7

I try to close the automatic capital when I click "ok" after a successful upload of data, but when I click "ok" the capital does not close / hide this is my blade complete:function(res){ ...
Afriza Meigi's user avatar
0 votes
1 answer
51 views

bootstrap shown.bs.modal not working so modal box not scroll to top

when I call one modal box over another , I tried this code for scroll to top to modal box. When i debug that code "shown.bs.modal" of bootstrap modal box event not working . $(".modal-dialog .modal")....
Himanshu's user avatar
2 votes
1 answer
852 views

The modal screen remains black on showing AJAX response after modal hide

The following is the HTML code. When I click on Upload Building, the following file selection modal pops up. Once the user selects a file and clicks the upload button on the modal, the modal should ...
Milan Jain's user avatar
0 votes
1 answer
66 views

Stop Youtube video on hide a bootstrap modal

I'm trying to stop a YouTube embed video in the bootstrap mode, but nothing happens. Anyone can help me? Page: https://www.visiteumtegra.com.br/ <div class="modal fade bg-modal show" id="...
Hebert Hoffman's user avatar

15 30 50 per page
1
2 3 4 5
43