I'm getting one issue on Internet Explorer 8 and jQuery 1.9.1. Here is some information:
First is the picture about my issue:
Below is settings for IE:
The jQuery version 1.9.1
The IE version 8.0.7601.17514
The address of website is: 10.20.234.11:8643
This is meta tags in HTML:
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge; chrome=1">
<meta charset="utf-8">
(I didn't config on the server. This X-UA-Compatible I configed in HTML.
Thanks so much. Please question me if you have any questions.