diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-01-14 12:22:45 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-14 12:22:45 -0500 |
commit | 10c1254d159dbd3d78e8afca590fe53b0c6dfa26 (patch) | |
tree | 687ec14144d3515ae4e4242eb287e8080f1ba69d /README.md | |
parent | deb68280e5a89d0941a2520c8d024db62f68cd17 (diff) | |
download | jquery-10c1254d159dbd3d78e8afca590fe53b0c6dfa26.tar.gz jquery-10c1254d159dbd3d78e8afca590fe53b0c6dfa26.zip |
Docs: remove compat references
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -14,8 +14,8 @@ In the spirit of open source software development, jQuery always encourages comm Environments in which to use jQuery -------------------------------------- -- [Browser support](https://jquery.com/browser-support/) differs between the master branch and the compat branch. Specifically, the master branch does not support legacy browsers such as IE8. The jQuery team continues to provide support for legacy browsers on the compat branch. Use the latest compat release if support for those browsers is required. See [browser support](https://jquery.com/browser-support/) for more info. -- To use jQuery in Node, browser extensions, and other non-browser environments, use only master branch releases given the name "jquery" rather than "jquery-compat". The compat branch does not support these environments. +- [Browser support](https://jquery.com/browser-support/) +- jQuery also supports Node, browser extensions, and other non-browser environments. What you need to build your own jQuery @@ -103,8 +103,6 @@ As a special case, you may also replace Sizzle by using a special flag `grunt cu *Note*: Excluding Sizzle will also exclude all jQuery selector extensions (such as `effects/animatedSelector` and `css/hiddenVisibleSelectors`). -*Note*: Removing Sizzle is not supported on the `compat` branch. - The build process shows a message for each dependent module it excludes or includes. ##### AMD name |