You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,17 @@ Want to contribute to jQuery Form? Awesome! See [CONTRIBUTING](CONTRIBUTING.md)
11
11
### Code of Conduct
12
12
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md) to ensure that this project is a welcoming place for **everyone** to contribute to. By participating in this project you agree to abide by its terms.
13
13
14
-
## Requirements
15
-
Requires jQuery 1.7.2 or later. Compatible with jQuery 2.x.x and 3.x.x.
16
-
**Note:** Not compatible with jQuery 3 Slim, due to jQuery's [removal of Deferred methods from jQuery.ajax](https://jquery.com/upgrade-guide/3.0/#breaking-change-special-case-deferred-methods-removed-from-jquery-ajax).
14
+
### Pull Requests Needed
15
+
#### Enhancements needed to to be fully compatible with jQuery 3
16
+
jQuery 3 is removing a lot of features that have been depreciated for a long time. Some of these are still in use by jQuery Form.
17
+
Pull requests and assistance in updating jQuery Form to be compatible with jQuery 3 are greatly appreciated.
18
+
See issue #544 for more information.
19
+
20
+
## Compatibility
21
+
* Requires jQuery 1.7.2 or later.
22
+
* Compatible with jQuery 2.
23
+
* Partially compatible with jQuery 3.
24
+
***Not** compatible with jQuery 3 Slim. (issue #544)
0 commit comments