If input value equals specific text, update display of a div
21:40 14 Feb 2016

I'm learning jQuery slowly but surely, so please excuse my ignorance. I did a lot of googling that resulted in the Frankenstein example below.

In this example, if the user enters "Kasey" or "KASEY" or "Kasey" into the input, I would like div#pete to have display:block.











Name:

javascript jquery if-statement