JQuery JavaScript Tutorial

$("input[@type='text']").change(  function() {
  // check input for validity
});