views:

36

answers:

1

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?

A: 

You can use the jQuery Validation Plugin, which does both.

SLaks