Skip to content

jamesnicholls/input-event-polyfill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A polyfill for the input event in IE 8 and 9. It is based on Ben Alperts "near-perfect oninput shim for IE 8 and 9", but without the jQuery, and it will actual input events, not custom equivalents.

As IE 8 and 9 don't allow attaching event handlers to unrecognised event names, this polyfill will requires an Event polyfill. One is available on the polyfill service.

About

A fork of Ben Alpert's near-perfect oninput shim for IE 8 and 9, minus the jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • HTML 8.4%