Skip to content

Commit

Permalink
Merge pull request rails#51 from joliss/jquery-ui-doc
Browse files Browse the repository at this point in the history
Recommend jquery-ui-rails gem
  • Loading branch information
jeremy committed Apr 16, 2012
2 parents df01131 + 487500d commit d12f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ For Rails 3.1 and greater, the files will be added to the asset pipeline and ava
//= require jquery
//= require jquery_ujs

If you wish to use jQuery UI as well, you can add this line to `application.js`:
For jQuery UI, we recommend the newer [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) gem. The jquery-rails gem still packages jQuery UI for compatibility. To use it, add the following line to your `application.js`:

//= require jquery-ui

Expand Down

0 comments on commit d12f9e8

Please sign in to comment.