Skip to content

bbarakaci/on-input-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#On Input Change

oninput event is not supported by ie lt 9 and is buggy on ie9.

This jQuery plugin will use the native oninput event, will fallback to setInterval method on Internet Explorer.

There is a simple demo/development page to see it in action.

##Download

Download the production version or the development version.

##Usage $('input').onInputChange(function(value, element){ console.log(value); console.log(element); });

##Options

###time

Set time in milliseconds for the setInterval method. Default is 150.

$('input').onInputChange(anyfunction, {time:200});

About

Cross-browser oninput solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published