Posts by Douglas Kramer • 89 points
3 posts
-
0
votes0
answers54
viewsQ: Access dynamically created array of items
I have a chronometer that adds images to each "X" seconds and each image is inserted in an array. I want every 4 images (array[3]) the timer to pause and issue an alert function addImg() { const…
-
1
votes2
answers767
viewsQ: Dynamically add images with Javascript
How to add an image dynamically inside this div javascript ? div class="toad" id="mushs"> <img id="image" src="mush.png"> </div>
-
5
votes3
answers204
viewsQ: Is it possible to save a used browser object localstorage?
I made a Todo list with 3 features: add an item, delete and clean the input field. I would like the added items to be saved after reloading the page, it is possible to do this using the…