password system | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

password system

how would you create a simple password system where it grabs what the person types in the html form, and compares it in an if statement and changes css elements.

31st Oct 2017, 6:15 PM
Pixelegends
Pixelegends - avatar
3 Answers
0
if you're looking for an hint then you've to perform an even onChange or onKeyUp or onKeyPress in case of js. If you look around Jquery that provide very effective and easy way to perform it. Work on it and let us know.
31st Oct 2017, 6:49 PM
Vipul Walia
Vipul Walia - avatar
0
Yeah, I figured it out, but a glitch happens where if you hit the submit button it changes the output to the sololearn website.
1st Nov 2017, 1:19 PM
Pixelegends
Pixelegends - avatar
0
Try it on your localhost.
1st Nov 2017, 1:39 PM
Vipul Walia
Vipul Walia - avatar