Questions tagged as 'modal'

1
answer

How 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 stay fixed (style="width: 800px; height: 500px;") ... Is there any way I can chan...
asked by 01.07.2018 / 21:35
1
answer

Individual script values within a modal

I have a modal that presents a number and I do this with the help of java script. In my page I have a search, and in the results I noticed that only the first result appears with the field with the correct formatting like this: (00) 0000-0000....
asked by 03.06.2018 / 20:31
0
answers

I need to call a modal with while, based on the category id selected on the site

I'm having trouble calling a modal based on my database, for example: A user chooses the store category, and each category has an ID and in the modal, I want to appear the names of the stores that are of the respective category And how do...
asked by 14.06.2018 / 05:43
0
answers

Is it possible to open php page within modal?

On all systems with graphics I did, there was a page that took the records from the database and displayed each record with a button that redirected to its particular chart page. This time I wanted this button not to redirect to another page...
asked by 05.06.2018 / 14:37
1
answer

Youtube Video does not stop when closing modal

I have a modal that I picked up in w3school, where when I click on the button, the modal opens with a Youtube video, when closing the modal the video continues rolling. How do I, when closing the modal, stop running the video without Jquery....
asked by 16.05.2018 / 19:22
1
answer

Varying 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 user of the list, because, the code understands...
asked by 28.05.2018 / 04:30
1
answer

How to pass javascript return to php variable

I'm passing data from some inputs to a modal, I'm doing this with jquery, up to blza, more precise the data that was sent and uses them in a mysqli query, my doubt as I pass the values sent by jquery for php variables and so use them in my query...
asked by 16.01.2018 / 20:25
2
answers

Video continues to play when the mode closes

I created a modal that opens when clicking on an image, in this modal will have a video of youtube and a small description of the side, however whenever I close the modal the video continues to reproduce. I wanted the video to pause when I click...
asked by 03.01.2018 / 02:44
1
answer

Insert a variable to query and display data in a Modal already active in PHP

I'm new to 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: Type a variable and display the result in the same Modal . Is thi...
asked by 06.12.2017 / 19:18
1
answer

Modal bootstrap does not appear when button clicks

<!DOCTYPE html> <html lang="pt-pt"> <head> <link rel="stylesheet" type="text/css" href="./DataTables/DataTables-1.10.16/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="./DataTab...
asked by 31.10.2017 / 16:51