Hello everyone, Currently my rails 3.2.8 project loading jquery 1.9.0 In this jquery 1.9.0 live() method not working. How can i change loading jquery version? Please help. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ZsNG1EqF_t8J. For more options, visit https://groups.google.com/groups/opt_out.
Jordon Bedwell
2013-Jan-23 06:38 UTC
Re: Need to change jquery version in my rails project
On Wed, Jan 23, 2013 at 12:36 AM, Saravanan P <saravanan.p-tks5Z7IV8F8RmelmmXo44Q@public.gmane.org> wrote:> Currently my rails 3.2.8 project loading jquery 1.9.0 > In this jquery 1.9.0 live() method not working. > > How can i change loading jquery version? > Please help.Remove jquery-rails from your Gemfile, use Google Javascript CDN [1]. Note you''ll need to account for your own CSRF. You''ll need to do a few other things look at the jquery-rails source. [1] https://developers.google.com/speed/libraries/devguide#jquery -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.