<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$ (문서).ready(function() { //显示错误
$("button").click(function() {
$("p").hide();
});
});
< ;/script>
</head>
<몸>
으아악</body>
</html>
某草草2017-05-19 10:23:31
한 번도 사용해본 적은 없지만sublime
, 但是它只是个编辑器啊, 他的jquery plugin
应该只是有语法提示功能吧, 你要运行js
还是要在解释器里运行的(比如浏览器), 这时候你需要jquery.js