here is my code it work on medium security setting of IE but no at High here is my sample code
<!DOCTYPE html>
<html lang="en">
<head>
<title>TEST</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document.documentElement).ready(function() {
alert('hi');
});
</script>
</head>
<body>
</body>
</html>