Skip to content

Commit

Permalink
README: Add jQuery environment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jan 6, 2014
1 parent 7d758ac commit 4d19306
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------

Expand Down

0 comments on commit 4d19306

Please sign in to comment.