Skip to content

Instantly share code, notes, and snippets.

@esafwan
Created February 10, 2013 10:22
Show Gist options
  • Save esafwan/4749114 to your computer and use it in GitHub Desktop.
Save esafwan/4749114 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function () {
if(jQuery.browser.msie){
if(parseFloat(jQuery.browser.version) < 9){
//Versions of IE less than 8
window.location = "http://google.com";
}
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment