Posts by vitoraugustto • 31 points
6 posts
-
0
votes1
answer34
viewsA: Error Nothing to commit (create/copy files and use "git add" to track)
Try with git add . instead of git add *
-
-4
votes1
answer73
viewsQ: Is it possible from a function parameter to call the value of a variable with Template strings?
In my function below, it works perfectly in relation to the src from the image, it brings the image based on example1.png, example2.png... But when printing in innerHTML (I also tested with…
javascriptasked vitoraugustto 31 -
3
votes1
answer55
viewsQ: How to avoid duplicate Javascript addeventlistener calls?
I would like to add an event to several different classes, example: exemplo1.addEventListener('click', function(){ //Evento bla bla }); exemplo2.addEventListener('click', function(){ //Evento bla…
-
0
votes1
answer48
viewsQ: How to make a Trigger animationend without Jquery?
How is it possible to make a .trigger without using jQuery? For example, I saw that it is possible with the event click use the element.click();, but when the event is animationend? In jQuery, it…
javascriptasked vitoraugustto 31 -
-1
votes1
answer43
viewsQ: How to return true and false in addeventlistener
wanted to know if it is possible in addeventlistener as example "animationend" I initialize a variable as false until the end of the animation, and when the animation is finished it changes to True.…
javascriptasked vitoraugustto 31 -
-1
votes1
answer45
viewsQ: Replace working only on the log console
Hi, I’m using REPLACE and it’s only working on the.log console, and it’s not changing the value on my page This is the p: <p onmouseover="Substituir()" align="justify" id="textMonika">Monika é…
javascriptasked vitoraugustto 31