Skip to content

Commit

Permalink
Update Header.php
Browse files Browse the repository at this point in the history
添加jquery-ui.css和jquery-ui.js的1.12.1版本
  • Loading branch information
31iauk committed May 20, 2020
1 parent 47b5f09 commit 099d0e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
<script src="http://118.25.96.118/nor/css/bootsrap.min.js" type="text/javascript"></script>
<link href="http://118.25.96.118/nor/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<script src="http://118.25.96.118/nor/css/jquery.datetimepicker.min.js" type="text/javascript"></script>

<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/jqueryui/1.12.1/jquery-ui.css">
<script src="https://cdn.bootcdn.net/ajax/libs/jqueryui/1.12.1/jquery-ui.js"></script>

This comment has been minimized.

Copy link
@spm2020spring

spm2020spring May 25, 2020

Member

@xiaoyusoil

Instead of using third-party files, you could download jquery-ui.css and jquery-ui.js from LRR.
For example, http://118.25.96.118/nor/css/jquery-ui.min.js

Course.php:<script src="./css/jquery-1.11.1.min.js"></script>
Course.php:<script src="./css/jquery-ui.min.js"></script>
Course.php:<link rel="stylesheet" href="./css/jquery-ui.css" />
Courses.php:<script src="./css/jquery-1.11.1.min.js"></script>
Courses.php:<script src="./css/jquery-ui.min.js"></script>
Courses.php:<link rel="stylesheet" href="./css/jquery-ui.css" />
Header.php:<script src="./css/jquery.min.js" type="text/javascript"></script>
Header.php:<script src="./css/jquery.datetimepicker.min.js" type="text/javascript"></script>

Hui



</header>
Expand Down

0 comments on commit 099d0e0

Please sign in to comment.