我证明了剧本.它的作品,但在...之外.我不擅长剧本.也许这是一个简单的问题.
<head>
<script src="http://code.jquery.com/jquery-1.5.js" type="text/javascript"></script>
<script src="http://0rochymugen.ucoz.com/scriptbestsite.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
Run Code Online (Sandbox Code Playgroud)
基本上,脚本只显示一个
当鼠标移到图像上时.
$('#img1').mouseover(function () {
$('#p1').show("slow");
});
$("#p1").hover(function () {
$("#p1").hide("slow");
});
Run Code Online (Sandbox Code Playgroud)
当我把脚本放在头上.简单地说,不起作用.
javascript ×1