Most voted "modal" questions
Modal is a feature where an element (usually windows or dialog boxes) interrupts all other executions of the application/site, until a certain action is performed in this element.
Learn more…324 questions
Sort by count of
-
1
votes0
answers201
viewsOpen File in Modal Dialog
I am recovering a file given a path and would like to display the answer in a Modal. This is a snippet of HTML that calls Servlet (MSD) by passing the file path as parameter: <a class="btn-doc-sm…
-
1
votes2
answers380
viewsProblems with modals
I’m using the template at Angular. I need to open a page inside a modal, so I used a code that was suggested by the template support: <script type="text/javascript"> $('#conteudo2').on({…
-
1
votes1
answer987
viewsModal with Countdown
I created a modal with Bootstrap, and created in a separate file a Javascript chronometer. But I wanted that chronometer to run inside Modal. How do I proceed? Thanks in advance! Modal Code: <div…
-
1
votes1
answer109
viewsModal button disappears when using browser scroll
I wanted to leave the modal button fixed at the top of the page, but when I use the scroll from the browser, the close button disappears, this only happens in one of the modals being that all 7 are…
-
1
votes1
answer349
viewsView database elements in the bootstrap modal
Good evening, I have a modal to display information about a product, until then I can display this data with this script $('a[data-target="#saberModal"]').on('click', function (e) {…
-
1
votes1
answer552
viewsProblem with modal registration form
In the registration form I call a window modal which is the same page of listing entries. When I click on submit of form it sends to my beauty database and closes the modal. However, for me to see…
-
1
votes1
answer7683
viewsBootstrap modal does not open
I have a button that when clicked opens a modal of bootstrap. However, when clicking this button, the modal is not opening. It follows the structure of the code: <html> <head> <script…
-
1
votes3
answers939
viewsJavascript set value in Modal Bootstrap
I have the following javascript code: function chamarModal(valor) { $('span.nome').text(valor); $('#pagamento-modal').modal(); } How do I set this variable content valor in my modal bootstrap? I…
-
1
votes1
answer637
viewsChanging values in Modal - C# MVC Javascript
I have the following javascript code in my project that picks up attribute values when the user clicks the class button rename and calls a modal: <script type="text/javascript">…
-
1
votes2
answers1131
viewsClose modal when updating page after insert
I searched every corner of the Internet but I couldn’t find anything like my problem. I have a registration form that after doing the INSERT in the database shows a modal window and inside it a…
-
1
votes1
answer565
viewsOpen a modal window for authentication
I have in my code a conditional if that when false should open a window and request the authorization of a user, the password and the justification. If you do not meet the condition, I will add a…
-
1
votes2
answers859
viewsChart.JS does not appear in the modal bootstrap!
I want to show statistics on what percentages of each answer given in a question from a survey I’m projecting here. I studied and saw several tutorials on how to use Charts.JS. It usually works if I…
modalasked 7 years, 9 months ago WitnessTruth 1,017 -
1
votes1
answer666
viewsBootstrap Modal ASP.NET
I’m creating a mobile app using modal bootstrap, Asp.net (aspx). A href link triggers the modal and needs to send the modal value contained in a data-* attribute that has been created. The goal is…
-
1
votes1
answer346
viewsModal does not open in the second click
I have the following button: <button class="btn btn-default botao_leitura_biometrica" id="" style='border: solid 1px #666'>Lectura Biométrica</button> This should open a modal: <div…
-
1
votes1
answer794
viewsTake data from PHP modal window
When clicking on a unit a table is opened inside the modal that from the user’s choice inserts the desired line in the input. But when I click on any row the whole table value is inserted. Someone…
-
1
votes1
answer328
viewsScroll bar showing alone
Follows code: HTML: <!-- Button trigger modal --> <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal </button> <div…
-
1
votes1
answer634
viewsHow to recognize button/element click inside a modal window?
How to recognize button/element click inside a modal window? I tried the following, without success: $("#modalEscolha").bind('click', function () { if ($("#escolherComp").data('clicked')) {…
-
1
votes1
answer230
viewsHow do I trigger the Cancel event when I click out of the modal or Esc grip?
Problem with modal output $uibModal: var modalInstance = $uibModal.open({ animation: true, templateUrl: 'detalhes_leitura.html', controller: 'ModalController', size: size, backdrop:true,…
javascript angularjs bootstrap modal angular-ui-bootstrapasked 7 years, 5 months ago Ivan Ferrer 12,096 -
1
votes1
answer500
viewsInsert a query variable and display data in an already active Modal in PHP
I am new in PHP and I came across the following situation: I have a Modal, which automatically loads the data of a predefined query and is working! What I need to implement: Enter a variable and…
-
1
votes1
answer1669
views -
1
votes1
answer1897
viewsEntire and centralized Modal Bootstrap
I put Modal Bootstrap in my template as a test to display messages on the screen but it appears cut in the corner of the screen. How to adjust and center Modal on the screen without getting cut?…
-
1
votes2
answers664
viewsVideo continues to play when the modal closes
I created a modal that opens when clicking on an image, inside this modal will have a youtube video and a small description on the side, however whenever I close the modal the video continues to…
-
1
votes1
answer155
viewsHow to pass javascript return to php variable
I am passing the data of some inputs to a modal, I am doing this with jquery, until ai blza, more accurate the data that were sent and use them in a mysqli query, my doubt as I pass the values sent…
-
1
votes2
answers183
viewsI cannot create a Modal with html
I’m trying to open a simple modal using HTML: .modal:target { opacity: 1; pointer-events: auto; } .modal > div { width: 400px; position: relative; margin: 10% auto; padding: 15px 20px;…
-
1
votes1
answer1423
viewsBootstrap 4 Modal Multiple
I’m making a page that uses modal on top of modal (click the button, open modal and when you click the button inside that modal opens another). I was doing this with bootstrap 3.3.7, BUT now I…
-
1
votes1
answer836
viewsAjax does not work with Modal Bootstrap
Hello, I have the following code, where the Modal Bootstrap opens from a BD search when I click on an item from the returned list: <input type="text" name="pesquisa" id="pesquisa"> <table…
-
1
votes2
answers1670
viewsHow to stop playing a video when closing modal
I’m using a css3 to open a modal window. Everything works perfectly, but when I close the modal window the video keeps playing. What should I do to stop video playback when closing the modal? CSS:…
-
1
votes1
answer122
viewsVary value of a modal function within javascript
I have a password change field in a modal, in this field I have a function in java script that shows the password when clicking on the icon, as I am in a modal the function works only in the first…
-
1
votes1
answer23
viewsButton directing to visited page
Good Afternoon I have a problem with Ionic, I have a boot that is directing to my home page. Since when I direct, the Home Page appears as if I was already visited, the arrow appears to return. What…
-
1
votes1
answer30
viewsIndividual script values within a modal
I have a modal that presents a number and I do this with the help of java script. On my page I have a search, and in the results I realized that only the first result appears with the field with the…
-
1
votes1
answer85
viewsjs error in modal(popup)
My doubt is about a modal code that I have modified for error js and modal does not open this is the html part: <div class="page-wrapper"> <a class="btn trigger"…
-
1
votes1
answer349
viewsClear modal after entering record in database with php and ajax
I’m saving a record inside the database MYSQL with AJAX. The problem is when I will insert a new record with modal. It brings the record I entered earlier. How can I make the modal after…
-
1
votes1
answer707
viewsHow to Recover Variable Value in a Bootstrap Modal Window
My problem is this: I have this code that displays several cars on a table: <?php $veiculos = "SELECT * from veiculo "; $veiculos .= "WHERE id_secretaria = '1' ORDER BY placa DESC LIMIT 2";…
-
1
votes1
answer4379
viewsBootstrap Modal Responsive - Height
I need a responsive modal that adapts the height of the browser. If the whole modal does not reach the height the scroll will not be shown, but if it exceeds the size/height, the scroll will be…
-
1
votes1
answer1895
viewsHow to adjust the size of a generic Modal Bootstrap window according to the desired View
I have a generic bootstrap modal window that will open several views. The problem is that each of them will have a different screen size and currently, my settings remain fixed(style="width: 800px;…
-
1
votes1
answer344
viewsProblems sending form in modal bootstrap
Hello, I am sending a form that is in a modal inside a page, however the modal simply does not send, it is in a page that is a return of an ajax (a search in the case), I do not know if it…
-
1
votes1
answer331
viewsBug multiples modals bootstrap
I have two modals on the same page, one to change and one to remove information from the bank. The code of the first modal is this: <!-- Modal Editar --> <div class="modal fade"…
-
1
votes1
answer199
viewsSubmit the form within a modal view redirects me to the view page
I have an MVC project. A View Home/Index charges the View Usuarios/Create in the form of a bootstrap modal. However, my <input type="submit" /> redirects me to the view address…
-
1
votes1
answer449
viewsCreating a modal with delete function . Net Core 2.0
Good evening, I would like help on a question of . Net Core 2.0, how can I create a modal of boostrap 4 with the delete function in the code below? My main problem is on how to recover and make the…
-
1
votes1
answer78
viewsAjax script is not hiding modal popup - $("#dataModal"). modal('Hide');
I have a form that is inserted in a Modal Bootstrap code. When the values are entered in the input fields, the Ajax script passes these values to a php file and returns with a successful Alert. What…
-
1
votes0
answers316
viewsReceive data from a modal/bootstrap registration form in php
I have the following index.html file in which you have 2 forms: login and the second one in modal for the registration. But in the registration modal, the data entered by the user are not received…
-
1
votes0
answers62
viewsHow to open the same Modal Bootstrap window (cascaded) several times with different contents?
I am a layman in web programming and I am working with bootstrap modals windows in an Asp.net MVC project. I come from the Desktop world and I confess that I am having difficulties with the…
javascript asp.net-mvc twitter-bootstrap asp.net-core modalasked 5 years, 11 months ago Master JR 1,853 -
1
votes1
answer307
viewsCarry out consultation with Modal
Hello, good afternoon. I am creating a registration and consultation system, in the query part, within a table it lists the amount of proposal according to the situation. Only that I want that by…
-
1
votes1
answer259
viewsProblems with closing and opening Modals Bootstrap - Asp.net MVC windows
I created two types of modal windows to dynamically open Partialviews: modalGenerica (open large windows) and modalGenericaPequena (open small windows). When I open the two overlapping windows…
-
1
votes1
answer181
viewsProblem with Ckeditor used together with modal Bootstrap
The editor works, but all form controls in the editor’s pop-up windows are disabled, if you try to include a link or image, for example, you cannot enter the URL or any description because entries…
-
1
votes1
answer146
viewsI have two modals on the same page, but only one of them closes when clicking on the outside
Hello I am developing two modals for my company and I am facing the following difficulty I have 2 modals one that carries a popup of customer feedback and another that shows a screen of repassar…
-
1
votes1
answer271
viewsreturn data from a select in the modal
Do insert, update and select with modal. When I edit load the data returned in inputs, in checkbox, us textarea, but we select does not load the information. Code where I query the data and create…
-
1
votes1
answer75
viewserror message fields required
I have a modal that registers some information, and I need the error message (the one in bold) to appear only when the user forgets to fill in information such as identification, box type and…
-
1
votes1
answer180
viewsdiv is not centered on mobile
I have the following modal and inside it basically there’s an image in the upper left area and a text on the right side of the image and then a form. Everything is working perfectly well, but when…
-
1
votes1
answer92
viewsHow do I open the body width of the modal-Fill-in using css
I am not being able to open the body width of the modal using css, because it is too narrow and the buttons are in a column (on each other). Someone knows me how to do? <div class="modal fade…