I need to enable a submit button on my form once the user enters some text into the email address field. Problem is they may be on the form for the second or third time, and the browser saves their email addresses in a drop-down menu under the input.
See here: https://i.stack.imgur.com/LaZWE.jpg
When they click that, it doesn’t work. How can i get jquery to listen for that as well?
Very strange. When I tried it yesterday with .change instead of with .keyup, it did not work. But today it is. Thanks anyway.