Hi all!
I’ve got a project I’m trying to create, where each time a key is pressed it shows an image for that letter.
For example, I press the letter “A” on my keyboard, and that shows an image of an “A” on my screen each time the key is pressed.
I found some code to do that, but I don’t know how to get a function like .show to fire more than once. I guess that wouldn’t really be possible come to think of it.
I know Jquery and Javacript a bit, but I’m still fairly new with those languages.
Does anyone have any suggestions on how I could go about this? The goal is to be able to show the images as they are typed, but also be able to delete them from the screen as the user deletes a letter from the input field.
I’m trying to replicate something like this…
This is the code I’m playing around with…