开发者

How to swap prototype for jquery in rails 3.0?

开发者 https://www.devze.com 2023-01-17 07:53 出处:网络
How to swap prototy开发者_如何学运维pe for jquery in rails 3.0?Add to your Gemfile and bundle install

How to swap prototy开发者_如何学运维pe for jquery in rails 3.0?


Add to your Gemfile and bundle install

gem "jquery-rails"

Run the generator:

rails generate jquery:install

See the github page for more info.


jQuery with Rails 3.

Google is your friend.

0

精彩评论

暂无评论...
验证码 换一张
取 消