I’ve never heard of an event in jQuery called input till I saw this jsfiddle.

Do you know why it’s working? Is it an alias for keyup or something?

$(document).on('input', 'input:text', function() {});

8 Answers
8

Leave a Reply

Your email address will not be published. Required fields are marked *