Posts by daniel • 47 points
5 posts
-
1
votes1
answer65
viewsQ: How to update GRUD status?
How do I update the status ? How do I click register and update the screen on time, and when to click X it delete and also update the page on time. I’m not getting, I have to give an update on the…
-
1
votes2
answers299
viewsQ: How to save an To-Do-List in localstorage in javascript?
It’s very simple what I want to do: In HTML there is a input where the person enters with the information, I pick it up and saved in the localstorage, but localstorage.setIten() it overwrites, so I…
javascriptasked daniel 47 -
0
votes1
answer138
viewsQ: Place the values of two inputs inside an array in React?
How do I take the values of two inputs and place inside an array with the event onChange? For example: input1 = 10; input2 = 20; notas = [10, 20]; Follows the code: import React, { Component } from…
-
0
votes1
answer92
viewsQ: Add values of two inputs within an array?
Could someone help me. Sane 4 inputs on the screen where the person enters with the notes. I am doing the following, I take the value of each input and play within an array to add up later. However…
-
-1
votes1
answer83
viewsQ: Javascript checkbox, how to delete screen content when unchecking Checkbox
Someone can help me, I have in my html page 3 checkbox, when I select they load via Javascript the content in a DIV. When I take the Checkbox selection I want to delete the contents of the screen,…
javascriptasked daniel 47