/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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>'); }
URL: http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/