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.
3 Respostas
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.
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.
0
Try it on your localhost.