myeclipse2014 运行jquery
1.建立一个tomcat6.0项目文件konghao_jquery62
2.拷贝jquery-1.8.3.js 到项目目录中WebRoot
工程目录
3.建立一个index.html文件
<!DOCTYPE html>
<html>
<head>
<title>hello_jqueryl.html</title>
<meta name="keywords" content="keyword1,keyword2,keyword3">
<meta name="description" content="this is my page">
<meta name="content-type" content="text/html; charset=UTF-8">
<!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
<script type="text/javascript" src="jquery-1.8.3.js"></script>
<script>
$(function(){
alert("sss");
});
</script>
</head>
<body>
本行是HTML中的文字。 <br>
</body>
</html>
运行结果
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。