jQuery sur l'événement de type

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