I have a text box that users can enter information into. I need to, on the fly, check if any words that the user enter equals a word from my pre-set list and if a word the user entered matches a word in my list do X or Y.
I can do the checking no problem but I am stuck on how I can push full words from my input field using the onchange or another function.
Any help is welcome.