]> source.dussan.org Git - jquery.git/commitdiff
README: Add jQuery environment notes
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 6 Jan 2014 19:49:58 +0000 (11:49 -0800)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 6 Jan 2014 19:49:58 +0000 (11:49 -0800)
README.md

index d387757b8d0f71c4aea5fc90e62405665ed095c1..059177e80f833790fea47159854810a4d3fbaf15 100644 (file)
--- 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
 --------------------------------------