Questions tagged as 'modal'

1
answer

Get PHP Modal Window Data

Clicking on unit opens a table inside the modal that from the user's choice inserts the desired line in the input. But when I click on any line the whole table value is inserted. Does anyone know what I should change in javascript? <div cla...
asked by 26.09.2017 / 16:35
1
answer

Open a modal window for authentication

I have in my code a conditional if that when false should open a window and request a user's authorization, password and justification. If it does not satisfy the conditional, I will add a query in a session $_SESSION['QryAuth'] = $...
asked by 01.06.2017 / 18:13
2
answers

Close modal when page refreshes after an INSERT

I searched all corners of the internet but could not 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 success or error message along with an "OK" button. T...
asked by 05.04.2017 / 19:20
3
answers

Javascript 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 content of the valor variable in my modal bootstrap? I tried the above cod...
asked by 22.03.2017 / 03:10
1
answer

Change Content within a modal

How can I load a modal and in that modal have a button that when I click, swap the content for another page of this modal that is already open, and that when closing, go back to the previous content. I'm using the materialize front-end framework...
asked by 28.12.2016 / 03:00
1
answer

Modal Countdown

I created a modal with Bootstrap, and created in a separate file a timer in Javascript. But I wanted this timer to roll inside the Modal. How do I proceed? Thank you! Modal code: <div class="bs-example">         <div id="QuestaoMo...
asked by 27.11.2016 / 16:00
1
answer

How to Filter with two conditions using Modal in Ionic

I created a modal that filters only the categories that are registered, now I would like to get the selected items in the CheckBox of this modal and filter according to the categories selected by the user, I am not sure how to do this filter:...
asked by 12.10.2016 / 22:38
1
answer

How to do this? Transition Page within Modal?

Friends, I want to do something similar to what they did in the below gif but I do not know how I can do it. The idea is that when I click on a button inside a modal, it will point to a 'page' with this transition effect ... It looks a lot li...
asked by 01.10.2016 / 19:40
1
answer

Opening 2 modals with same class - CSS

Well, good evening. Is that okay? My question is relatively simple. I have a modal box to present a simple text. I would also like to use it to display, as soon as the user clicks on another link, a text field, in which you can retrieve the f...
asked by 28.07.2016 / 05:32
3
answers

Popular Modal Bootstrap for Edit User

Good morning, folks, I have a user screen with a list that was populated by a foreach, and each line has a link to edit the user. This link opens a modal that should already come with user information, but I'm having a hard time doing it. I'm...
asked by 19.07.2016 / 13:14