Skip to content

Instantly share code, notes, and snippets.

@rafapolo
Created May 26, 2011 20:36
Show Gist options
  • Save rafapolo/994020 to your computer and use it in GitHub Desktop.
Save rafapolo/994020 to your computer and use it in GitHub Desktop.
No IE<9, please
if($.browser.msie && parseInt($.browser.version)<=9){
$("#inside").hide();
$("#container").append("<p class='warn'>Website melhor visualizado nos browsers <a href='http://windows.microsoft.com/pt-BR/internet-explorer/products/ie/home'>IE9</a>, <a href='http://www.google.com/chrome/'>Chrome</a> e <a href='http://www.getfirefox.net/'>Firefox</a>.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment