Added jQuery 3.3.1
This commit is contained in:
parent
3587d0184f
commit
51238d47a1
4 changed files with 10376 additions and 0 deletions
|
|
@ -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
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
2
public_html/js/jquery-3.3.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue