Answer the question
In order to leave comments, you need to log in
Why doesn't JQuery work in IE9?
I connect the library and the file with the script
<script type="text/javascript" src="js/jquery-1.8.2.js"></script> <!-- Jquery библиотека -->
<script type="text/javascript" src="js/common.js"></script> <!-- Свои Jquery скрипты -->
$(function(){
alert('да!');
});
Answer the question
In order to leave comments, you need to log in
Make sure Compatibility Mode is not enabled.
Add to head:
And make sure that in Tools -> Compatibilily View Settings there is no checkbox "Display Intranet sites in Compatibility View"
Well, a screenshot of the console would be nice, because it displays some errors.
Effective January 12, 2016 - Microsoft is ending support for versions of Internet Explorer earlier than 11.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question