Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 ruby on rails 的新手,我安装了最新的 gem jQuery rails(2.2.1) 但浏览器 jQuery 版本是 1.8.3 为什么它不同
jquery-rails gem 版本与 jquery 库版本无关。jquery-rails gem 只支持你特定的东西,比如资产管道支持等等。jquery-rails gem 包含 jquery 库。通常最新的 jquery-rails 版本包含最新的 jquery 库。但版本号不相互依赖。