このリンク を見て、jQuery がここで機能しない理由を教えてください。
私はCloud9 ideオンラインエディタでページを実行しています.これは</body>
タグの前に持っているコードです
<script src="http://codeorigin.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script src="js/bootstrap.js"></script>
<script>
$(document).ready(function() {
alert("This is a Test Message");
});
</script>
</body>
コンソールのエラーのリストは次のとおりです:
Uncaught TypeError: undefined is not a function bootstrap.js:29
Uncaught ReferenceError: $ is not defined layout.html:48
ありがとう