jquery 地址
jQuery 官方地址
jQuery 的官方网站地址为:https://jquery.com/。该网站提供了 jQuery 的下载、文档、教程以及最新版本信息。
CDN 地址
如果需要通过 CDN 引入 jQuery,可以使用以下链接:
-
jQuery 官方 CDN(由 jQuery 基金会提供):
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> -
Google CDN:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> -
Microsoft CDN:
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.0.min.js"></script>
GitHub 地址
jQuery 的源代码托管在 GitHub 上,地址为:https://github.com/jquery/jquery。可以在此查看源码、提交问题或参与贡献。
npm 安装
如果使用 npm 安装 jQuery,可以运行以下命令:
npm install jquery
其他资源
- jQuery API 文档:https://api.jquery.com/
- jQuery 插件库:https://plugins.jquery.com/






