Add jQueryUI

This commit is contained in:
Junior 2022-02-15 21:00:04 +00:00
parent 65652f92de
commit f308cd4093
10 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

7
core/jquery-ui.min.css vendored Normal file

File diff suppressed because one or more lines are too long

6
core/jquery-ui.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,8 @@
</div>
<!-- Include jQuery before anything else -->
<script type="text/javascript" src="core/jquery-3.6.0.min.js"></script>
<!-- Followed immediately by jQueryUI -->
<script type="text/javascript" src="core/jquery-ui.min.js"></script>
<!-- Toastr library -->
<script type="text/javascript" src="core/toastr.min.js"></script>
<!-- simpleLightbox library -->

View File

@ -6,8 +6,11 @@
<meta name="description" content="Big Wood's World" />
<meta name="keywords" content="The ramblings of an old man." />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<!-- jQueryUI CSS -->
<link rel="stylesheet" type="text/css" href="core/jquery-ui.min.css" />
<!-- Toastr CSS -->
<link rel="stylesheet" type="text/css" href="core/toastr.min.css" />
<!-- simpleLightbox CSS -->
<link rel="stylesheet" type="text/css" href="core/simpleLightbox.min.css" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
<link rel="shortcut icon" href="graphics/oldman_head.gif">