I’m new in javascript. I want to get all input type password on my html page.
I know that there is a way to do this kind off things using Javascript, but I don’t know how.
Then, with each one, I want to assign an event on text changed.
How can I do this?
Thanks
I presume you mean
If so, you can try a function like this: