Skip to content

Commit 4d19306

Browse files
committed
README: Add jQuery environment notes
1 parent 7d758ac commit 4d19306

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ In the spirit of open source software development, jQuery always encourages comm
1111
3. [Writing Code for jQuery Foundation Projects](http://contribute.jquery.org/code/)
1212

1313

14+
Environments in which to use jQuery
15+
--------------------------------------
16+
17+
- [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.
18+
- To use jQuery in Node, browser extensions, and other non-browser environments, use only **2.x** releases. 1.x does not support these environments.
19+
20+
1421
What you need to build your own jQuery
1522
--------------------------------------
1623

0 commit comments

Comments
 (0)