@types/jquery 2.0.58 → 2.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jquery v2.0/README.md +1 -1
- jquery v2.0/index.d.ts +2 -2
- jquery v2.0/package.json +2 -2
jquery v2.0/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for jQuery (http://jquery.com/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery/v2.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 10 Jan 2022 21:31:41 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `$`, `jQuery`
|
|
14
14
|
|
jquery v2.0/index.d.ts
CHANGED
|
@@ -3632,10 +3632,10 @@ interface JQuery {
|
|
|
3632
3632
|
/**
|
|
3633
3633
|
* Remove elements from the set of matched elements.
|
|
3634
3634
|
*
|
|
3635
|
-
* @param selector A string containing a selector expression to match
|
|
3635
|
+
* @param selector A string containing a selector expression, or an array of elements to match against the set.
|
|
3636
3636
|
* @see {@link https://api.jquery.com/not/#not-selector}
|
|
3637
3637
|
*/
|
|
3638
|
-
not(selector: string): JQuery;
|
|
3638
|
+
not(selector: string|any[]): JQuery;
|
|
3639
3639
|
/**
|
|
3640
3640
|
* Remove elements from the set of matched elements.
|
|
3641
3641
|
*
|
jquery v2.0/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.59",
|
|
4
4
|
"description": "TypeScript definitions for jQuery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
@@ -115,6 +115,6 @@
|
|
|
115
115
|
},
|
|
116
116
|
"scripts": {},
|
|
117
117
|
"dependencies": {},
|
|
118
|
-
"typesPublisherContentHash": "
|
|
118
|
+
"typesPublisherContentHash": "918884908574bc5be5df4f2b3f9abb85ec63fe02abd6293bbb24686590e1a14d",
|
|
119
119
|
"typeScriptVersion": "3.8"
|
|
120
120
|
}
|