onInput
$('.input').onInput(callback,?options);Adding Input event
$('.input').onIput(function(e){
//perform action here..
});Last updated
$('.input').onInput(callback,?options);$('.input').onIput(function(e){
//perform action here..
});Last updated