Questions tagged as 'modal'

2
answers

Modal does not open after using $ ('. modal-backdrop'). remove ()

I'm working with WebForm, using MasterPage. My child page is inside the UpdatePanel , via C # I call opening a modal within another modal, but each modal opening darkens the background, and when I say close the modal until more date only the...
asked by 07.12.2017 / 13:11
2
answers

modal 100% with CSS

Someone can help me, I need to make a modal, an msg that will appear in the loading of the site, with all the background opaque, that is, with the same modal features, and when clicking the window close ... but I need be 100% in CSS.     
asked by 24.08.2017 / 23:07
1
answer

PHP variable within modal

Hello, I'm practicing my programming skills, and I found a catch; I tried to put a PHP variable that the user would type inside a modal, only for testing, however, I have found it very difficult to do so. It would not have to be anything complex...
asked by 28.08.2015 / 14:34
1
answer

Modal passing data nullo

When writing in my modal the Controller receives Null. 1 - Modal Model @model WebAutenticado.Models.CAD_DEVP @{ Layout = "~/Views/Shared/_LayoutModal.cshtml"; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()...
asked by 14.08.2017 / 01:16
1
answer

How to do when clicking submit, open a popup [duplicate]

IwouldliketoknowhowIcandothatwhenclickingonrequesttoopentypeamodal,withtherequestthatwasmadeviaformformetoclickonprint.Eventheformsendingtothedatabase.Thisismycode,justmakingitclearthatIwillusethisapplicationonatablet.<!DOCTYPEhtml><...
asked by 18.01.2017 / 00:28
1
answer

Get client id clicked and write to a variable to retrieve in a modal

My PHP code has a while that lists the registered users, from a MYSQL query. This list of users shows photo , id , name and a link to open a modal. Here is the while code: <?php error_reporting(E_ALL ^ E_DEPRECATED); $link...
asked by 25.10.2017 / 07:13
1
answer

Modal bootstrap in wordpress

How to use bootstrap modal on a wordpress page without influencing the default layout my theme has?     
asked by 14.10.2016 / 21:44
1
answer

How to change the width of modal bootstrap?

Review the image below; Younoticethatthenumberfieldiscutoffbecausethemodalformneedsawiderwidth,Imadethoseattemptsbelow,buttonoavail.Thisismypage;<form><divclass="modal fade" id="create"> <div class="modal-dialog">...
asked by 25.10.2017 / 13:26
1
answer

Modal problems with jquery: Uncaught TypeError: $ (...) .modal is not a function

I do not know what I'm doing to try to fix this error! Help me there, please. NOTE: JQUERY WORKS NORMAL, SINCE I HAVE VALIDATIONS THERE. ONLY THE MODAL WORKS, I DO NOT KNOW WHY = / <!DOCTYPE html> <html lang="pt-br"&g...
asked by 17.11.2017 / 00:03