IE Alert is a jQuery plugin that shows a well designed modal box to the visitor who's trying to view your site with an older version of Internet Explorer browser, this modal box encourages your visitors to upgrade their browser for a better experience using your site.
You should use it when you created a stunning modern website that looks and works amazing in modern browsers and you don't want to waste your time and money to make it work on legacy browsers like IE6, IE7 and IE8.
- Download the plugin.
- Include the required files between your HTML document's
<head></head>
section. - Initialise the plugin like this:
$("body").iealert();
Detailed documentation is included in the zip file.
You can use it on any project without any restriction.