onInput

$('.input').onInput(callback,?options);

Adding Input event

$('.input').onIput(function(e){
    //perform action here..
});

Last updated