Skip to content

Commit

Permalink
Added support for jQuery 1.6. Dropped support for jQuery 1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed May 4, 2011
1 parent 61fdae0 commit cd357e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Full [documentation is on the wiki][wiki], including the [list of published Ajax
Requirements
------------

- [jQuery 1.4.3][jquery] or later;
- [jQuery 1.4.4][jquery] or later;
- for Ruby on Rails only: `<%= csrf_meta_tag %>` in the HEAD of your HTML layout;
- HTML5 doctype (optional).

Expand Down
2 changes: 1 addition & 1 deletion src/rails.js
@@ -1,7 +1,7 @@
/**
* Unobtrusive scripting adapter for jQuery
*
* Requires jQuery 1.4.3 or later.
* Requires jQuery 1.4.4 or later.
* https://github.com/rails/jquery-ujs
* Uploading file using rails.js
Expand Down
2 changes: 1 addition & 1 deletion test/views/index.erb
Expand Up @@ -5,9 +5,9 @@
<h1 id="qunit-header"><%= @title %></h1>
<div id="jquery-version">
jQuery version:
<%= jquery_link '1.4.3' %>
<%= jquery_link '1.4.4' %>
<%= jquery_link '1.5' %>
<%= jquery_link '1.6' %>
<%= jquery_link 'edge' if File.exist?(settings.root + '/public/vendor/jquery.js') %>
</div>
<h2 id="qunit-banner"></h2>
Expand Down

0 comments on commit cd357e4

Please sign in to comment.