Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 456 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 456 Bytes

w3c-event-on-ie8

Polyfill W3C DOM event on IE8

Installation

Install with component(1):

$ component install polyfill/w3c-event-on-ie8

Conditional includes

<!--[if IE 8]>
  <script src="http://polyfill.github.io/w3c-event-on-ie8/w3c-event-on-ie8.min.js"></script>
<![endif]-->

Note

The HTML page that includes this polyfill must have doc statement <!DOCTYPE html> in the head

License

MIT