Posts by Luppy • 1 point
3 posts
-
-3
votes2
answers83
viewsA: Javascript image
I think you want something like this. imgacertou = document.getElementById('Acertou') senha = document.getElementById('senha') confirmabtn = document.getElementById('Confirma') TextoDaTela =…
javascriptanswered Luppy 1 -
0
votes1
answer39
viewsQ: Make effect of Houver with jquery transiting between elements
I am trying to make an effect that by hovering the mouse over an element, if it is not selected; display the effect, in my case a text color change. Unfortunately, I’m having some difficulty. I left…
-
-2
votes1
answer33
viewsQ: How to import libraries directly from index
I’ve been reading up on some topics on how to do this, but I haven’t found any to explain it. What I’d like to do is, instead of using: <script src="node_modules/php/index.js"> </script>…