lee0oo0

1. 首先是导入本地包JQuery所必须要的包,在<head></head>导入。 <script type="text/javascript" src="jquery.js"></script>

2. 使用google的网络地址导入JQuery所必须要的包

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

<head>

 


3.  使用microsoft的网络地址导入JQuery所必须要的包

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

</head>  


 

 

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-12-01
  • 2021-12-25
  • 2021-07-28
  • 2021-12-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-05-18
  • 2021-06-25
相关资源
相似解决方案