To use latest version:
Add jQuery UI in to the application.js:
//= require jquery.ui.allAdd jQuery UI CSS to application.css:
*= require jquery.ui.all
To downgrade the jquery-rails:
Lock the version in to an older version. My problem has been solved with 2.0.2
gem "jquery-rails", "2.0.2"
No comments:
Post a Comment