python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
addEventListener: click just one element of a bunch of elements
I'm beginner and have trouble with something in JS that might be simple to solve.
I made a quiz based on a NetNinja Udemy course, and I want the submit button to be enabled just when the user clicks o...
Joaquin Kaplan
Votes: 0
Answers: 1
Is there a way to simulate a touch on a specific position of a widget or screen?
I want to make a touch or tap somewhere on a widget without making the user explicitly touch the screen at that point. Is there any way to do so?
I've checked SO answers, and some recommend using &quo...
Neo00
Votes: 0
Answers: 1
Add html element (or angular component) on call of a function, in angular
I have a component, that has a button. The button is connected to a function in the .ts file. Now, I want the function to add an HTML element or maybe un-hide it on the click of the button. I basicall...

Eshita Shukla
Votes: 0
Answers: 3
It seems click button doesnt respond and increment the number each click
Here is my code, I can't figure out what am I missing when clicking on the INCREMENT button nothing happens:
let increment = document.getElementById("increment")
increment.addEventListener("click"...

user13943374
Votes: 0
Answers: 1