I have a perfectly working jQuery function that checks if an email is available or not, however, if the browser presents them with autofill suggestions, it doesn't recognise that additional letters have been inputted. For example - user begins to inputs [email protected], however, at "adm" they use autofill from the dropdown. The jQuery still thinks only adm has been inputted.I have a perfectly working jQuery function that