Posts by Gabriel Claudino Marinho • 20 points
6 posts
-
0
votes1
answer36
viewsA: I can ask a question, and after it is answered another one appears using only JS?
Lucas, you can do something like this, see if it works, just add the logic of if’s: const vetor= ['Heloisa', 'Lucas']; const mensagem = 'Suas inscrições foram feitas com sucesso!' const readline =…
javascriptanswered Gabriel Claudino Marinho 20 -
0
votes1
answer46
viewsQ: block access to a javascript-only page
I have an index.html file, which after login is directed to a page called home.html there is some way to block direct access to this javascript-only home.html?
-
0
votes1
answer19
viewsQ: how to use the array.find method to find an attribute of an array that is formed by the contents of the localStorage?
I have an empty array that receives via push the content of the localstorage (which is also an array), however, when I give a.find vector to find the value of an attribute, such as _name, it does…
-
0
votes1
answer26
viewsA: addeventlistener click event for after finding object type item in array - Javascript
In case someone bumps into this question, I discovered the problem: had spaces within the value of the template string, for this reason gave problem in the execution: firstImage = <a href="/">…
-
0
votes1
answer26
viewsQ: addeventlistener click event for after finding object type item in array - Javascript
I have the following situation: an html and inside that html a DIV, I am including via js 3 images in this div with innerHTML (like a Carousel) that change according to the button and their position…
-
-3
votes1
answer31
viewsQ: How to overwrite Divs without position Absolute and relative? CSS
Good afternoon, folks, how are you? I’m looking for a way to overlay div’s position without Absolute and relative, would like? if I use any of these, it ends up leaking into my header (which is with…