we have an input type="text" user prints into it some string. each time he inputs empty space char we want to call some function. How to do such thing with jQuery?
we have an input type=text user prints into it some string. each time he
Share
where
inputis a reference to your INPUT element.Live demo: http://jsfiddle.net/uHpLg/