Skip to content

Commit a613385

Browse files
committed
Merge pull request #369 from rails/jquery-2
Document support for jQuery 2.0 and 2.1.
2 parents becb822 + 328892c commit a613385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Full [documentation is on the wiki][wiki], including the [list of published Ajax
1515
Requirements
1616
------------
1717

18-
- [jQuery 1.8.x or higher and less than 2.0][jquery];
18+
- [jQuery 1.8.x or higher][jquery];
1919
- HTML5 doctype (optional).
2020

2121
If you don't use HTML5, adding "data" attributes to your HTML4 or XHTML pages might make them fail [W3C markup validation][validator]. However, this shouldn't create any issues for web browsers or other user agents.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "src/rails.js",
77
"license": "MIT",
88
"dependencies": {
9-
"jquery": ">1.7.* <2.0.0"
9+
"jquery": ">1.8.*"
1010
},
1111
"ignore": [
1212
"**/.*",

0 commit comments

Comments
 (0)