Questions tagged as 'modal'

0
answers

Get ID by Modal

I made a modal so that it was possible to see the history of each client. I'm having trouble pulling cod_cliente to show its history. File where you have Modal: <?php include ("Config.php"); $consulta = mysql_query("SELECT * FROM...
asked by 05.06.2017 / 02:06
1
answer

Pass id received from the database by URL with javascript

I started to learn javascript, I have a short time and I am quite a lay person. Then ... I'm trying to replace alert windows with custom manners. Then when I click the edit button for example, it opens my confirmation window and if I click...
asked by 18.04.2017 / 17:04
1
answer

Modal plugins are not working on Wordpress

I have a page in Wordpress, I installed several plugins for modal view in home but none of them are displaying the modal. I tested on another wordpress page that I have and it worked normal. What could be happening?     
asked by 15.03.2017 / 12:58
0
answers

Modal scrolling does not work when dropdown is open

Please see in jsfiddle: link With dropdown menu open, modal scroll does not work, it gets frozen. What am I doing wrong? Follow the code below: .modal-body { max-height: calc(110vh - 210px); overflow-y: auto; } Here is th...
asked by 03.03.2017 / 04:40
0
answers

How can I apply bank information in the modal?

Well, I'm working on my computer-based CBT and its purpose is to control student output. I was able to do registration, delete system, I am already working on the edition, however I would like to implement a button that when clicking, will show...
asked by 26.02.2017 / 16:23
1
answer

Why does null-repeat of AngularJS not work in Bootstrap Modal?

In my project, I've used a nesting of ng-repeat to mount multiple checkbox dynamically, allowing the user to merge filters , which works perfectly < in> controller loads the lists. Now, the user asked to place these filters w...
asked by 09.01.2017 / 21:12
1
answer

Display database elements in 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) { e.preventDefault(); var nome = $(this).data('nome');...
asked by 10.01.2017 / 05:24
1
answer

how can I create the modal box by putting putting several different themes in the boxes

<!DOCTYPE html> <html> <head> <style> /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index:...
asked by 19.02.2017 / 16:25
0
answers

Modal window appears once

I'm having trouble making the modal window look just once. No JS test("modal shows up", function() { equal($('.sweet-alert').length, 0); swal({ title: "Amigo da FAST FUSO<br>ATENÇÃO!", text: "Estamos sofrendo com um grande pr...
asked by 11.01.2017 / 13:58
1
answer

Modal Bootstrap being closed

I have the following scenario: a link that opens a modal. <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-...
asked by 27.12.2016 / 18:10