<script type="text/javascript" src=""></script>
http://jquery.com/download/
可以通过 CDN(内容分发网络) 引用它
<head> <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js"> </script> </head>
也有其他的方法。
可参考http://www.w3school.com.cn/jquery/jquery_install.asp