Return to Snippet

Revision: 45518
at May 3, 2011 05:56 by diogoweb


Initial Code
if ( (jQuery.browser.msie) && (parseInt(jQuery.browser.version) < 7) ) {
	$('body').prepend('<div class="warning">You are using an old version of Internet Explorer which is not supported.  Please upgrade your browser in order to view this website.</div>');
}

Initial URL
http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/

Initial Description


Initial Title
Display Warning Message for IE 6 Users

Initial Tags


Initial Language
jQuery