Posts by Glebson Santos • 13 points
4 posts
-
0
votes0
answers9
viewsQ: Is there any way to use EJS variables with the express "redirect" method instead of render?
Follow the example of an html page (index.ejs) with a message written "Password check" and a form with an input and a button. I want that, when filling this input with a password and making the…
-
0
votes1
answer39
viewsQ: How to use a multi-page script without giving the eventListener error in the console?
Here is a simple example to demonstrate the doubt. There are two pages and a script. I know it works by importing the script on both pages, but when I use the eventListener, it shows the error…
-
0
votes2
answers23
viewsA: How to disable the page scroll by going over an element using pure Javascript and (or) Css, and without hiding the scroll bar
Guys, looking around here, I just figured out an answer, but I’ll leave it up to anyone with the same question. Just use this script, I do not know exactly how it works, but serves to disable the…
-
-1
votes2
answers23
viewsQ: How to disable the page scroll by going over an element using pure Javascript and (or) Css, and without hiding the scroll bar
Having an example of a slide that works with the mouse scroll, however it is horizontal. The problem is that the page’s vertical scroll conflicts with the slide’s horizontal scroll. How could I…