Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 349 Bytes

File metadata and controls

22 lines (15 loc) · 349 Bytes

IE-Checker

Internet Explorer version check via Javascript


Download the latest version of IE Checker and add script into head tag.

<html>
	<head>
		<script src="ie-checker-min.js"></script>
	</head>
	...
</html>

IE Checker detect IE and add class name to html tag.

<html class="is-ie ie-9 lt-ie10 lt-ie11">
...
</html>