aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2014-01-06 11:49:58 -0800
committerTimmy Willison <timmywillisn@gmail.com>2014-01-06 11:54:17 -0800
commited94889b6840cc30765f751122472e8cfc0cec6d (patch)
treed749689d2e6bb7c84e6f37c61d74d592609d37dc
parent305eefe6abadbac021a84d031cb4649022657ac7 (diff)
downloadjquery-ed94889b6840cc30765f751122472e8cfc0cec6d.tar.gz
jquery-ed94889b6840cc30765f751122472e8cfc0cec6d.zip
README: Add jQuery environment notes
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86a3b8b90..676d65492 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,13 @@ In the spirit of open source software development, jQuery always encourages comm
3. [Writing Code for jQuery Foundation Projects](http://contribute.jquery.org/code/)
+Environments in which to use jQuery
+--------------------------------------
+
+- [Browser support](http://jquery.com/browser-support/) differs between the master (2.x) branch and the 1.x-master branch. Specifically, 2.x does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the 1.x-master branch. Use the latest 1.x release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
+- To use jQuery in Node, browser extensions, and other non-browser environments, use only **2.x** releases. 1.x does not support these environments.
+
+
What you need to build your own jQuery
--------------------------------------