JQuery on Type Event

$("input[type='text']").change( function() {
  // your code
});
Thoughtful Tapir