Posts by Eduardo • 13 points
4 posts
-
0
votes0
answers26
viewsQ: CSS + Waypoints progressive circle
Fala galera, I have a Progress Circle (pure css) and everything is working perfectly, animations and stop at the right place. The problem is that the animation is happening before the scroll reaches…
-
0
votes1
answer51
viewsQ: Randomize Ivivs jQuery
Fala galera! I have the following code. What I’m trying to do is to randomly appear the 6 Ivs. I’ve tried to cross shapes but without result. If anyone can help, thank you. PS: I cannot put the Divs…
-
0
votes1
answer230
viewsQ: Include PHP and directories?
$url = "https://". $_SERVER['SERVER_NAME']. $_SERVER['REQUEST_URI'] ; Result = localhost/Dashboard/folders/test/Florianopolis.php This code above shows me everything, including the file name. It has…
-
1
votes4
answers192
viewsQ: Summing up 3 inputs
I have an input that is required with currency Mask but the user can enter 2 more inputs. I am not able to do this calculation, especially when the 3 inputs of values are not used. Value input only…