Posts by Giancarlo Soldera Graziano • 159 points
7 posts
-
1
votes1
answer38
viewsQ: Change from day to month when adding minutes: Why does it occur? How to fix it?
I wonder why in the code below, after adding the 15 minutes, there is a change in the order of day and month. What’s the logic behind it, if that’s what I’m thinking. Plus, how to fix this in PHP…
-
2
votes1
answer6259
viewsQ: Pure JS Full Countdown Timer - Troublesome Countdown
People, I am creating a countdown timer accompanied by the buttons (start, pause, reset, restart and save time) and the initial time is set in an input as well. I searched several times in various…
-
1
votes4
answers3595
viewsA: How to put picture in input type reset?
The inputs are really boring to customize... I even yesterday was seeing myself to customize some inputs and select... But I did! To answer your question, I see two ways to solve your problem. First…
-
4
votes2
answers85
viewsQ: Function Optimization (probably with for loop)
I’m having trouble developing when we talk about for... The basics I can understand now in practice... People have developed this code and I believe it can be reduced to a few lines with for. Notice…
-
5
votes3
answers1160
viewsA: Meta tag for geolocation
I’ll answer as far as I know about your question, haha Google, which owns 45% of internet searches, does not recognize this meta tag. The ones he recognizes are here:…
-
1
votes1
answer1091
viewsQ: Take Range button value and run function in real time
I need that in javascript pure and in real time the same value is picked up and depending on it (if it is 1, 2, 3, 4, 5) only the corresponding div appears! var inputvar =…
-
0
votes1
answer3366
viewsQ: How to clean input?
OBS.: url and number types mainly but if you want to put of other tb without problems) Preferably in pure Js! I’ve tried things like this.value'; and they haven’t solved! OBS 2 : I have read the How…