my jquery code not run with IE6 but runs all others including IE7. It errors
"JQuery is undefined" . my code is here
my jquery code not run with IE6 but runs all others including IE7. It errors
"JQuery is undefined" . my code is here
It works fine for me in IE6. Something to do with your security settings maybe? Also try emptying your cache.
Try changing:
<script src="http://code.jquery.com/jquery-latest.js"></script>
In to:
<script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-latest.js"></script>
You should also check the charset.