mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
3.5.1
This commit is contained in:
10872
dist/jquery.js
vendored
Normal file
10872
dist/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
dist/jquery.min.js
vendored
Normal file
2
dist/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/jquery.min.map
vendored
Normal file
1
dist/jquery.min.map
vendored
Normal file
File diff suppressed because one or more lines are too long
8777
dist/jquery.slim.js
vendored
Normal file
8777
dist/jquery.slim.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
dist/jquery.slim.min.js
vendored
Normal file
2
dist/jquery.slim.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/jquery.slim.min.map
vendored
Normal file
1
dist/jquery.slim.min.map
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -2,12 +2,12 @@
|
||||
"name": "jquery",
|
||||
"title": "jQuery",
|
||||
"description": "JavaScript library for DOM operations",
|
||||
"version": "3.5.1-pre",
|
||||
"version": "3.5.1",
|
||||
"main": "dist/jquery.js",
|
||||
"homepage": "https://jquery.com",
|
||||
"author": {
|
||||
"name": "JS Foundation and other contributors",
|
||||
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
|
||||
"url": "https://github.com/jquery/jquery/blob/3.5.1/AUTHORS.txt"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -26,7 +26,7 @@ define( [
|
||||
"use strict";
|
||||
|
||||
var
|
||||
version = "@VERSION",
|
||||
version = "3.5.1",
|
||||
|
||||
// Define a local copy of jQuery
|
||||
jQuery = function( selector, context ) {
|
||||
|
||||
Reference in New Issue
Block a user