Jquery JavaScript DHTML

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