わかりました、私は困惑しています。jqueryが機能するページがありますが、何らかの理由で機能しません。
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
</body>
<script>
jQuery(function($) { alert() })(jQuery);
</script>
</html>
jqueryに使用しているリンクだと思いますが、ready関数が起動せず、理由がわかりません。