Which event belongs to "type text into textfield" using jQuery

Posted by vlad on Stack Overflow See other posts from Stack Overflow or by vlad
Published on 2010-06-09T07:38:57Z Indexed on 2010/06/09 7:42 UTC
Read the original article Hit count: 232

Filed under:
|
|
|

Hi there,

Just imagine a formular where there is a checkbox and a textfield. If someone starts typing into the textfield "bla bla bla whatever", the checkbox should tick itself. Is there a event that corresponds to the typing or do I have to use .focus ?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about events