Posts by André Vitor • 15 points
3 posts
-
-1
votes1
answer61
viewsQ: Started’s Springboot Project but I can’t get Postman’s Apis
The start project but when I call in Postman nothing comes back, nor the error. It’s as if the project had not gone up! In pom.xml are the dependencies: jpa, mysql and web. I have not touched them.…
-
1
votes2
answers65
viewsQ: Tag exchange with javascript
I want to tag p be replaced by img in Hover, already bringing an image I have in the directory. Is it possible to do something similar? If possible, in the same function. Code: $(function(){…
-
0
votes1
answer1070
viewsQ: Hover effect with javascript calling css class
I want to replace the 'product' class with the 'product' class with javascript, as soon as I pass the mouse through the div. How do this code? Js $(function(){ $(".produto").hover( function(){ //Ao…