Added jQuery 3.3.1

This commit is contained in:
Lexi / Zoe 2018-10-27 05:00:11 +02:00
parent 3587d0184f
commit 51238d47a1
4 changed files with 10376 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>InstantChat</title>
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-3.3.1.js"></script>
</head>
<body>

View File

@ -0,0 +1,9 @@
// Initialization
function init() {
console.log("Init...");
}
// Run script after page is loaded
$(function() {
init();
});

10364
public_html/js/jquery-3.3.1.js vendored Normal file

File diff suppressed because it is too large Load Diff

2
public_html/js/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long