码迷,mamicode.com
首页 > Web开发 > 详细

jsp导入jquery库

时间:2015-03-18 10:34:08      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

如果jquery库在本地,可用如下代码:

<head><script type="text/javascript" src="jquery.js"></script></head>

如果不用本地库,也可用如下代码:

<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
</head>

或:

<head>
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script>
</head>

jsp界面不导入jquery库,则jquery命令就无法执行。

jsp导入jquery库

标签:

原文地址:http://blog.csdn.net/helloboat/article/details/44406047

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!