加载jQuery库

 

使用google

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

 

使用Mcrisoft

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

 

也可以使用本地iQuery

1 <head>
2 <script src="jquery.js"></script>
3 </head>

 

posted @ 2017-09-25 21:02  千彧  阅读(280)  评论(0编辑  收藏  举报