Creating a Show/Hide Password Button | Web Design Tutorial | HTML, CSS, Javascript

Creating a Show/Hide Password Button | Web Design Tutorial | HTML, CSS, Javascript

dcode

5 лет назад

9,011 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Abulalalalala Abulala
Abulalalalala Abulala - 24.10.2021 16:02

function showPassword() {
if (passwordInput.type == "password") {
passwordInput.type = "text" ;
} else {
passwordInput.type = "password";
}
Isn’t this more convenient ? The showPassword function is set by the html file onclick = "showPassword"
}

Ответить
James Massa
James Massa - 02.12.2020 05:01

As always Dom - thank you! - Very useful! Great stuff!

Ответить
Anonymus
Anonymus - 12.10.2019 22:51

thank you very much dude!!! I just started learning js =)
waiting for new videos))))

Ответить
Rostyslav
Rostyslav - 26.09.2019 22:11

Can't understand this ''data-of'' thing, and why we getting that by ID of(button,dataset.for). Will appreciate any source where I can find out more about that. Thanks!

Ответить
Rostyslav
Rostyslav - 26.09.2019 20:25

Wow, this video is so gold, thanks! sub + like + bell notification activated, good job!

Ответить
mila shahrul
mila shahrul - 01.04.2019 22:36

its working.. thank you very much

Ответить
Prego Adisaputro
Prego Adisaputro - 18.10.2018 16:46

What's your keyboard you use?
And what's theme you use?

Ответить
Алексей Алексеевич
Алексей Алексеевич - 23.08.2018 01:55

Top content, really

Ответить
Benjamin
Benjamin - 17.08.2018 03:43

I truly appreciate your videos. They are so high quality with such great content. You deserve many subscribers!

Ответить
Benjamin
Benjamin - 17.08.2018 03:28

You should upload more web development videos! Also, have you ever tried Python? If so, you should make tutorials! You're awesome!

Ответить
Ramusesan Dasari
Ramusesan Dasari - 16.08.2018 14:39

Great thanks for video on this

Ответить