Posts by Junior • 725 points
55 posts
-
3
votes1
answer1860
viewsQ: How to make a button in PHP, send data to my mysql table?
I put a button on my page to send the registered data to a table in mysql. <button type="button" class="btn btn-block btn-primary">CADASTRAR</button> how do I click on the button it…
-
0
votes2
answers73
viewsQ: How do I make my Modal only appear on the customer’s first visit ?
I made a modal, this java code that I used $(document).ready(function(){ $(".janelaModal, .fundoModal").fadeIn(); $(".botao").click(function(){ $(".janelaModal, .fundoModal").fadeIn(); });…
-
1
votes1
answer476
viewsQ: Android Studio, how to collect data from other screens and show on the last screen?
I have an app with 5 screens, The first screen the basic user information where user inserts the information; In the second screen the information about your interests; On the third screen your…
-
1
votes1
answer131
viewsQ: How can I make an image when passing the mouse it appears a text in the center of the image?
How can I make an image when passing the mouse it appears a text in the center of the image? with css code, or other.
-
4
votes3
answers13930
viewsQ: Change color of an image by hovering the mouse over it
How do I effect CSS to move the mouse over an image it appears with colors and when removing it becomes black and white? I’d like to do with CSS or other than with the flash(R.I.P.).…