ここにhtmlページがあります:
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.0.min.js" type="text/javascript"></script>
</head>
<body>
<script src="background.js" type="text/javascript"></script>
</body>
</html>
これが background.js です。
alert("Alert1!");
var test = jQuery.trim(" Words and / { objects & things");
alert("Alert2!");
Alert1 は機能しますが、alert2 は再生されません。jQueryを削除すると機能します。ヘッダーと本文の両方で background.js ファイルを試しました。私は何を間違っていますか?
ありがとう。