IE Check & Alert Plugin with jQuery

File Size: 494 KB
Views Total: 936
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
IE Check & Alert Plugin with jQuery

IE Alert is a useful jQuery plugin that shows a alert box to the visitor who's trying to view your site with an older version of Internet Explorer browser, this box will convince your visitors to upgrade their browser to a newer version of Internet Explorer or to an another web browser.

How to use it:

1. Include the necessary files in your head section:

<script src="http://code.jquery.com/jquery-1.7.2.js" type="text/javascript"></script>
<script src="iealert.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="iealert/style.css" />

2. Initialise the plugin

$(document).ready(function() {
  $("body").iealert();
});

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.