Posts by Weslley Filipe • 23 points
4 posts
-
0
votes2
answers47
viewsQ: Is it possible to manipulate an ID in the CSS via another ID?
I would like that when passing the mouse over the image #imagem:hover the body dark, in order to focus only the image #body: opacity: 0.5 .card-img-top:hover { border: 1px solid #007BFF; /* zoom ao…
cssasked Weslley Filipe 23 -
-2
votes1
answer681
viewsQ: How to give refresh in modal bootstrap after closing?
When I close the modal, the changes continue until I refresh the page. HTML: <div class="modal fade" id="login" tabindex="-1" role="dialog" aria-labelledby="TituloModalCentralizado"…
modalasked Weslley Filipe 23 -
-1
votes1
answer625
viewsQ: Close a modal BOOSTRAP and open another one then?
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…
bootstrap-3asked Weslley Filipe 23 -
1
votes4
answers1922
viewsQ: How to browse a list using each JQUERY
The scenario is as follows: I get a JSON array from my webservice and every time I go through, I get the information according to the index (event 1, 2, 3, etc) My job is this::…