jQuery et IE9
Posté : 24 sept. 2013, 09:18
Salut a tous, depuis hier je cherche la solution pour faire fonctionner jQuery sous IE9 mais impossible pourtant tous va bien sous IE7, IE8 et IE10, j'ai pas mal chercher, beaucoup de gens on le soucis mais je n'ai trouver aucune solution pour résoudre mon soucis...

<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta charset="utf-8"/>
<title>titre du site</title>
<link rel="dns-prefetch" href="//fonts.googleapis.com"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<!-- CSS Commun -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen"/>
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen"/>
<![endif]-->
</head>
<body>
<!-- JS -->
<script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-1.9.1.js"></script>
</body>
</html>
Si par hasard quelqu'un a la solution, qu'il n'hésite pas, merci d'avance