Well, I've never done it and I've searched a lot of sites and can not find anything that does what I need.
I need to make a modal popup appear from a link_to, the person when clicking the link_to opens the modal, thanks.
I have a modal window with a button, and I would like that, when I pressed the button (a tag), it would be disabled and I would like to "Wait ..."
See my code:
//#idDivModal4 -> modal
//.btn-enviar-lembrete -> tag a (botão)
$('#idDi...
I have a modal in HTML and there are two text fields that should receive dates, I'm trying to apply a mask using jQuery to those fields, but I was not successful, the mask usually applies when the fields are not part of the modal .
HTML code:...
I have a problem with my bootstrap modal. It is as simple as possible, I took the example from the bootstrap site itself to test it however when I click the button, it opens and closes immediately afterwards
<button type="button" class="btn...
I'm developing a client signup screen with PHP OO but due to my inexperience I'm finding it difficult to list client data within a Modal Bootstrap.
First, I have this list of Client Objects where I present only some basic data of the registe...
I have a table with several employees and it counts the plate of each hum.
I created a modal that when the manager clicks on the employee's name is called a modal where you can enter the number of the plate.
Reason: there are situations...
I need to redirect when the modal bootstrap loses focus.
In my code the modal does not even open because it does the redirection coming out of the screen. I need something more or less like the alert (). As soon as I click on ok or lose focus...
If you use <button type="button" data-toggle="modal" data-target="#ConvenioOk">Teste </button> , modal opens. But I have to use the C # button because of the event. The button calling the modal is thus <asp:Button ID="bt...
I need to open a modal when the password or user is incorrect, it will stay in Else .. however, it does not open the modal
protected void bntLogar_Click(object sender, EventArgs e)
{
Registrar criptografia = new Registrar();...
I have a button that when clicked it closes the modal, in fact it does an action with CSS causing div to disappear, being just the button to be clicked again and open the modal. But I'm not able to create a new action on the same button,...