您好我是新来的Web开发。 我需要用jQuery工作。 连我都试过一个jQuery的成功,但只复制文件到我的网上的FTP文件夹后 。 我完全没有从我的本地文件夹中运行它。 请解释一下, 我怎么可以测试一些新的脚本,而无需 复制文件到FTP文件夹的额外锻炼; Tibial。 提前致谢!
我使用的脚本(侵染刚从复制www.w3schools.com还是这个脚本只能从FTP文件夹中运行, 我无法从我的本地文件夹中运行它。你可以看到有没有那么应该可以从任何地方或固定路径。一个地方,但不包括从其它的脚本如下:
<!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("button").click(function(){
$("p").hide();
});
});
</script>
</head>
<body>
<h2>This is a heading</h2>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<button>Click me</button>
</body>
</html>
现在是不是有可能的硬盘驱动器上运行我从一个文件夹这个代码?