You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
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.
Jordon Bedwell
unread,
Jan 23, 2013, 1:38:49 AM1/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
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.