Dharmdip Rathod wrote:
> jQuery.noConflict();
> jQuery(document).ready(function($){
> 
> });
> write this in javascript file from where you are callin function.

Thanks Raghod :)

I've added "jQuery.noConflice();" in my application.html.erb
and
the second chunk of code is added in my file where i'm calling the Java 
script.

Jquery is runnig perfectly. :)

The issue now is, Ajax calls are not working as I'm passing parameters 
in Ajax call using $ for fetching form's variables.(i think it conflicts 
with Jquery's $)

In my controller i'm getting the variable passed as "undefined"

How to over come this?

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to