Skip to content

Commit 1aa662d

Browse files
committed
Adds request for pull requests and compatibility
1 parent e685c45 commit 1aa662d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@ Want to contribute to jQuery Form? Awesome! See [CONTRIBUTING](CONTRIBUTING.md)
1111
### Code of Conduct
1212
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.
1313

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)
1725

1826
## Download
1927
* **Development:** [src/jquery.form.js

0 commit comments

Comments
 (0)