-1
1: I would like, in my registration modal, to click on the link "Already have account? LOGIN" the registration modal if you close and open the login modal, since the bootstrap does not allow 2 open modals. Is there a command to do this ? (img)
2: When clicking on the button "log in", there is a search in the database and, if there is the user, the configuration div (data, address, etc), but the login div remains open, what to do? (img2)
I used the "$("#login" function). modal('Hide')", but the modal is gone, but the screen is still dark and the body is disabled, as shown in the image: https://i.imgur.com/R80itll.png
– Weslley Filipe
I used the "$("#login"). modal('Hide');" function followed by "$('.modal-backdrop'). css('display', 'None');" and it worked, but the animation is very slow,
– Weslley Filipe
Look, I wouldn’t have to close the first one and open the second in sequence?
– Edward Ramos
You want to click on "Login" inside the modal "Register" this modal closes? I could not understand right...
– hugocsl
Edward is what I’m trying to do
– Weslley Filipe
Hugo in the first image I said that when you click on "Do you have an account? Login" close the registration modal and open the Login modal. .
– Weslley Filipe