Need to change jquery version in my rails project

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.

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] کتابخانه های میزبانی شده  |  Hosted Libraries  |  Google Developers