Having trouble using KeyUp();
Hey there everyone. I'm having some trouble using the KeyUp() API.
What I'm trying to do basically, is have an event trigger after a specific word is typed into an input field on a page.
Everyone so far has told me to use keyup to catch the specific text, and then execute a command.
The only problem is, I'm having a hard time figuring it out! Would anyone mind explaining to me how I might be able to do this? I'm not looking specifically just for the code, I'd really like the code, but I'd also like to know whats going on with the code, so I can do this my self in the future.