Skip to content

A JavaScript drop-in replacement for conditional IE statements that were removed in IE 10.

License

Notifications You must be signed in to change notification settings

vexsoftware/ie_conditions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

IE Conditions

A JavaScript drop-in replacement for conditional IE statements that were removed in IE 10.

Compatibility

  • All lt, lte, gt, and gte operators are supported. The operator can be omitted.
  • Only major versions can be compared are supported. The version can be omitted.
  • The if not IE condition is not yet supported.
  • The library only processes conditions on IE 10 and greater.

Usage

Simply drop the library onto any web page that has conditional IE statements.

<script type="text/javascript" src="ie_conditions.js"></script>

License

Copyright (c) 2012 Vex Software LLC, released under the MIT license.

About

A JavaScript drop-in replacement for conditional IE statements that were removed in IE 10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published