Posts by Elender Góis Gallas • 57 points
7 posts
-
-1
votes1
answer118
viewsQ: Create new object without overwriting the old one in javascript
I have a form with several inputs, available at https://jsfiddle.net/elenderg/6hofsyzw/ The goal is that the user can store several aircraft, which have a number of values. How can I store this data…
-
-3
votes2
answers163
viewsQ: String replacement in javascript
I have an input that receives a code composed of 4 letters <p>Localidade <input type="text" id="localidade" oninput="MyFunction()"> <span id="ca"></span> </p> I intend…
-
1
votes1
answer36
viewsQ: Is it possible to recreate this gradient effect only with html and css?
I was visiting the following website http://www.adventistadareformacompleta.org/os_livros_de_registros.html And I thought maybe it would be possible. Here’s what I’ve tried so far:…
-
0
votes1
answer500
viewsQ: Why does the Hover effect stop working on these css buttons when I resize the screen?
Good morning, excuse me if there is already answer to my question here in the community, is that I am creating an "offline panel" for use here in the company, but certain things are not working very…
-
0
votes2
answers471
viewsQ: How to create a mobile menu button with this effect? (preferably without js)
I was trying to set up a mobile site with a menu just like this http://deliveryextra-dev.viewit.com.br/ just changing the colors. until I had abandoned the project, I don’t have it now, so I will…
-
0
votes2
answers6659
viewsQ: Javascript function to uncheck/clear all checkboxes selected from a button
I have several checkboxes in a form, which will be marked by the user. If you want, you can clear them all by clicking on a button, as shown below: tried using this function in javascript: function…
-
0
votes2
answers1043
viewsQ: How can I use Javascript to limit the number of checkboxes that can be selected?
Hello, I’m doing a mini-project on jsfidlle, follows the link https://jsfiddle.net/elenderg/wzarrg06/ There are several buttons and the user will have to select one of them as shown below: When the…