Skip to content

Commit

Permalink
self host jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
huuhghhgyg committed Sep 16, 2023
1 parent 97501ce commit 9162095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<!-- 默认self host,如果要改为在线需要修改下面的注释 -->

<!-- jQuery(Staticfile CDN) -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script> -->
<script src="./js/jquery.min.js"></script>

<!-- MDL 修补MDUI的缺漏-->
<!-- <script src="./js/material.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 9162095

Please sign in to comment.