I've been googling phrases like "form validation javascript" and "form validation ajax" but I only find code involving form validation upon the form submission. I want to write code that determines whether the field has valid input right when the user is inputting the data. How do I go about this?