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
-
0
votes1
answer327
viewsAngular 7 error: ERROR Typeerror: jit_nodeValue_5(...) is not a Function
I have a simple page with 3 modals, which are opened by clicking buttons to request yes or no to perform actions. In one of them I only have this error, by clicking the yes button of the…
-
0
votes1
answer325
viewsHow to make modal appear only once according to check?
I would like to achieve the following: When loading the home page, display the modal box Inside the modal box, display a form with a single mandatory checkbox When checking the checkbox, click send…
-
0
votes1
answer51
viewsData Preloaded with JQUERY in A MODAL
I have a Dynamic table, I use TWIG to fill the data automatically, in this table I have in each Row 2 buttons, one of Edit, and the Delete Other, when I click the Edit Open button A modal, i would…
-
0
votes0
answers48
viewsI’m not able to change the value that is inside my tags with the append and prepend function
I’m leaving the title and dynamic body, changing only the name of the country, but it’s only working once. I am trying to get the name of the country that is in the combobox that I selected, and add…
-
0
votes0
answers88
viewsWhen calling Modal, screen is displayed and disappears and the execution continues
The idea of Modal is a screen that is displayed and the screen below is disabled and the execution of the program only follows after closing the Modal. With me it looks like this. Modal is displayed…
-
0
votes2
answers168
viewsModal closes even clicking on it
the modal opens normally, but I cannot use it. Anywhere where I click the modal closes, the initial proposal is that I could write e-mail and password. .postagem { height: 100px; } #degrade {…
-
0
votes0
answers111
viewsModal with Steps with Jquery
I’m trying to create a modal with steps... Below is the modal and script code in Jquery. <div class="modal fade" tabindex="-1" role="dialog" id="category-modal" data-backdrop="static"> <div…
-
0
votes1
answer195
viewsSpring jsp Failed to Convert value of type 'java.lang.String' to required type 'int'
Hello guys I have the following error when I try to delete something from my table WARNING: Failed to bind request element:…
-
0
votes1
answer232
viewsHow to use more than one modal bootstrap on a single web page
Guys, I’m learning to use Bootstrap 4 and I was wondering if it’s possible and if so, how to use more than one modal on a page? wanted to use 3 modals on the msm page, or even more, however, even…
-
0
votes0
answers633
viewsShow modal with Typescript
Hello, I’m making a code in which I will need to open a modal Bootstrap in Typescript, but I’m not able to do it. Help me there please. I’ll leave an example for you to pick up here. function…
-
0
votes1
answer354
viewsModal does not rise when called by jquery
After a few mistakes, I managed to make jquery work. Now I need to call Modal from inside jquery in the change of a Dropdownlist. Below my jquery. $(document).ready(function() {…
-
0
votes1
answer475
viewsSelect2 is not entering search
I am at a slight impasse. Only one Select2 in my system is not working the search field. It makes the implementation of the plugin, however in the search field it does not allow entering the data.…
-
0
votes0
answers95
viewsModal Help View Product Details Jquery
I have a page that selects products in the ring case, and I would like that when clicked on see details select that product, but only appear to me the first always, with the same id. below the Code:…
-
0
votes0
answers19
viewsModal inside a Peater
I have a link inside a Repeater that calls a modal to display more details of the list that is being displayed by this Repeater. The problem is that I am not being able to show the modal for each…
-
0
votes0
answers125
viewsClicking the modal button does not open confirmation window
I’m having trouble with the modal that does not work, IE, does not open on the screen. I am using DataTables to list database items with JSON. What happens is that by clicking the delete button,…
-
0
votes1
answer516
viewsIonic 4 - Updating a component with modal data?
I’m developing an online ordering app using Ionic 4. This app has a benefits system. When the user opens the shopping cart he can open a modal where your available benefits are listed. When the user…
-
0
votes1
answer77
viewsModal with id=Undefined
Guys I’m having trouble with a code. The fragment below calls the modal: <a href="#" class="btn btn-default btn-sm" data-toggle="modal" data-target="#delete-modal" data-client="<?php echo…
-
0
votes1
answer72
viewsSend fullcalendar event data to modal window
I have a fullcalendar with the following events: events: [ { id: 1, title: 'Evento 01', start: '2020-02-06' }, { id: 2, title: 'Evento 02', start: '2020-02-19' }, { id: 3, title: 'Evento 03', start:…
-
0
votes1
answer70
viewsModal Bootstrap - php | Jquery | Hidden
Good night, you guys. Could someone ask me a question... I have User’s birthday data that comes from the database, made a if to compare if the current date is equal to the day of the logged-in…
-
0
votes1
answer51
viewsEvent change of select within Modal ceases to function after reopening it
I have a select inside a modal window that displays or hides an input field according to the option selected by the user. Example: if option=1, it shows the input. if option=2, it hides the input.…
-
0
votes1
answer77
viewsProblem to access modal-footer in modal
I have the following modal with the following form inside and css. $(document).ready(function() { $('.modal').css('overflow-y','visible'); }); .container { max-width: auto; margin: 0 auto;…
-
0
votes1
answer122
viewsSingle modal for lines of a DATA TABLE
I have a data listing with approximately 1200 clients where I bring [CPF, NAME, PHONE, ONE STATUS] and a column with the control buttons, a year ago I took a mini-course in college to learn how to…
-
0
votes1
answer126
viewsHow to update Input using Modal Confirm Multiple Times
I need to confirm some fields separately. It happens that it overwrites the text, does not wait for confirmation and only appears at the end of the last call and the confirmation of this, replicates…
-
0
votes1
answer197
viewsCalling PHP function via a button in a modal
I’m displaying the amount of files in a directory, within a modal, I want to call a function in PHP when the user clicks the button "Erase", tried to use onclick , but it didn’t work. My code:…
-
0
votes3
answers52
viewsHow do I self-play and stop a video when I open and close a modal
good afternoon, I created a modal and within this modal I put a youtube video only that I would want it, as soon as I opened the modal, to give in autoplay and stop when I closed the modal. I can’t…
-
0
votes1
answer29
viewsLink to modal window crashes when browsing paging in a Codeigniter application
I have an application developed in Codeigniter with Bootstrap, with all navigation structure using the Routes and pagination. When I remove the pagination, the delete modal window opens correctly…
-
0
votes2
answers113
viewsPrevent screen scrolling when opening modal in Reactjs
Hello, I am creating a site where one of the pages has a list of various clickable items (such as a ? shop window' of online stores), when clicked will open a modal that will be in front of all…
-
0
votes1
answer204
viewsOpen modal bootstrap and ask for password confirmation, if password is right, call another modal
I am asking the confirmation of a password for the user, in case the password is right, call another modal with other options, wrong case, display that the password is wrong. I don’t think I know…
-
0
votes1
answer150
viewsButton to close modal does not work
Hello, I’m having a problem to make my modal button close, it opens through the header of the normal application. I am using Reactjs 16.8 + Typescript 4.0.3. // Header/index.tsx import ContactForm…
-
0
votes0
answers45
viewsHow to use a Bootstrap modal in the Show view
Good night! I would like a help to put a modal to work in the Show view of my project because I’m breaking my head to make it work, if someone can give an attention I am extremely grateful guys. My…
-
0
votes1
answer140
viewspass an id into the modal in React
EDIT: I have a crud in React, and in it one of the buttons is to delete a user. When I click delete, open a modal to confirm, below the button, sending the id to be deleted: <button…
-
0
votes0
answers35
viewsHow to use a modal bootstrap with dynamic text in an ASP.NET Core application without MVC
I would like to use a modal bootstrap in an ASP.NET Core application without MVC (non-MVC), where the text displayed in the modal-body section is dynamic (Actually, I’m looking for a user-friendly…
-
0
votes1
answer40
viewsExecute query by pressing a button and send to modal
I have the following code where I want to click a button, and in doing so run a Query and display the results in a Modal Therefore, the button: <a class="btn-sm btn-success view_data"…
-
0
votes0
answers15
viewsModify Modal Sharepoint html (SP.UI.Modaldialog.showModalDialog) straight from "parent" page
I have a function abreModal() where, I use the call SP.UI.ModalDialog.showModalDialog to open a Sharepoint modal where the content is a Newform url (Sharepoint registration page). I would like to…
-
0
votes1
answer39
viewsAs popular SELECT from a modal created with JQUERY
I have a Modal that creates dynamically when the user clicks on a link, as the link opens a different modal. I would like to popular a Select that is within that modal. I have tried only with a…
-
0
votes0
answers65
viewsPick up dynamic button ID inside the PHP loop with Javascript and/or Jquery to Open Modal Without Bootstrap
I need to take the dynamically generated sequential Ids from the PHP loop to open a Modal without bootstrap. I have tried several things I saw on the internet, I come here to try something so that…
-
0
votes1
answer39
viewsreturn select "related table" in the Format
Hello my application was developed in Modular and as a complement I am using some components of Vuejs. Let’s get to the problem, I have a client table doing relationship with country. In the same…
-
0
votes1
answer341
viewsModal bootstrap to edit entries in Laravel
Hello, I’m a beginner in PHP/Laravel programming and would like to include a modal for the registration and editing of database records. Follow the example: In my index.blade.php I have:…
-
0
votes1
answer29
viewsSend JS variable value to PHP
So, I have a table where I display the database data. On each row there is a button where I added an event onClick , which calls a JS function and opens a modal. In this function, it passes the…
-
0
votes0
answers19
viewsCall modal window for each through id
I am building a system and I have a product table, each product has a button that can exclude, what I would like to do is call an individual modal according to product that Adm would like to…
-
0
votes0
answers26
viewsWhen clicking the buttons access the corresponding tab
I took a model of W3schools and I modified it so that it had 3 buttons, one for each city. In the current form, any button to be clicked will show the modal in the tab "London", that is, the first!…
-
-1
votes1
answer1866
views -
-1
votes2
answers97
views100% modal with CSS
Someone can help me, I need to make a modal, an msg that will appear in the loading of the site, with a background all opaque, IE, with the modal characteristics same, and when clicking the window…
-
-1
votes1
answer1205
viewsPassing a variable in a modal bootstrap
I am developing a system in php mvc, in the administrative panel there is a page to manage users. On this page I have a table with ID | NAME | EMAIL and on the side a button to edit the data. By…
-
-1
votes2
answers80
viewsModal does not open after using $('.modal-backdrop'). remove()
I am working with Webform, using Masterpage. My daughter is inside the Updatepanel, via c# I call opening a modal within another modal, only that each modal opening darkens the background, and when…
-
-1
votes1
answer2911
viewsHow to Click on Ubmit, Open a Pop up
I would like to know how I can do that when I click to order open a modal type , with the request that was made via form for me to click on print . Even the form sending to the database. this is my…
-
-1
votes1
answer47
viewsModal passing data null
When saving to my modal the Controller receives Null. 1 - Modal model @model WebAutenticado.Models.CAD_DEVP @{ Layout = "~/Views/Shared/_LayoutModal.cshtml"; } @using (Html.BeginForm()) {…
-
-1
votes1
answer725
viewsGrab clicked client id and write to a variable to recover in a modal
My PHP code has a while that lists registered users, from a query MYSQL. This list of users shows the photo, the id, the name and a link to open a modal. Follow the code of while: <?php…
-
-1
votes1
answer132
viewsModal help for confirmation of email sending and data validation
I have the following form on my website <form class="form-horizontal" name="form1" method="post" action="enviaemail.php"> <div class="form-group"> <div class="col-sm-4"…
-
-1
votes3
answers51
viewsModal’s button doesn’t work!
I own a modal that warns about Policies and Terms of Use. Basically it will close if clicked on any area outside of it and the close button, but I tried to implement (unsuccessfully) that it was…