Textarea onchange detection
        Posted  
        
            by teepusink
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by teepusink
        
        
        
        Published on 2010-05-13T00:33:17Z
        Indexed on 
            2010/05/13
            0:44 UTC
        
        
        Read the original article
        Hit count: 269
        
JavaScript
Hi,
How do I detect change event on textarea using javascript?
I'm trying to detect how many characters left is available as you type.
I tried using the onchange event, but that seems to only kick in when focus is out.
Thanks,
Tee
© Stack Overflow or respective owner