Posts by Lucas Ruy • 46 points
6 posts
-
0
votes1
answer30
viewsA: Send and Receive data with popup
What could help you is working with CustomEvents: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent With them you have the possibility to pass data through your app natively.…
-
0
votes1
answer46
viewsA: Slider- I can’t apply Javascript to a slider
I think you are missing importing your Javascript file into your HTML no? Apparently you only added style sheets.
-
2
votes1
answer456
viewsA: Uncaught Referenceerror: method is not defined
Just to better understand, is all this code inside an object? If it is inside an object the correct to call its function would be so: objectName.convertToJavaScriptDate() That one ReferenceError…
-
0
votes5
answers349
viewsA: Event by pressing the button
Try this way, it can help you solve the problem, no dependency on libs. In this script was kept his initial idea how it would work, but written otherwise. Two event listeners are added to the…
-
0
votes1
answer157
viewsA: menu creation on Html5 and css3
Dude I don’t know if I got it very well, but in the end. I interpreted it as if you wanted to leave your menu in the upper right corner of the screen. If this is the problem the solution can be…
-
1
votes2
answers89
views