を実行していない:jQueryのは、私はheadタグ内で宣言は、以下のリンクを持っているローカル
<script type="text/javascript" src="javascript/jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="javascript/scripts.js"></script>
とスクリプトファイル内に次のコード:
$("#person").hover(function() {
// trigger the mouseover event
$("#person-text span").addClass("important-info");
}, function() {
// trigger the mouseout event
$("#person-text span").removeClass("important-info");
});
$(document).ready(function(){
console.log("ready!");
});
私もを通じてjQueryライブラリを追加しようとしていますGoogleとMicrosoftのCDNs、それもうまくいきませんでした。ここで
に
ファイルならば変更しようと試してみますか? – pmahomme
Chrome/Firefoxでプレビューしようとすると実行されません。 –
あなたはコンソールを見ていますか?何か間違いはありますか? – pmahomme