Is there any events available for the reset option for input search ?
        Posted  
        
            by bgy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bgy
        
        
        
        Published on 2010-03-22T13:55:54Z
        Indexed on 
            2010/03/22
            14:21 UTC
        
        
        Read the original article
        Hit count: 287
        
In HTML5 there is a new input type, 'search'. On most browser it's just remain to a simple 'text' input, but for webkit based browsers, it adds a little cross to reset the input.
I'd like to be able to handle this, is there an event for that ?
© Stack Overflow or respective owner