Preethi Sivakumar wrote:
> Hi,
> 
> I'm having a search form which renders a table of search results.
> 
> The search box is doing an ajax call.
> 
> In my search results, i've JQuery scripts written for sorting and
> pagination and some other operations that i do with the table.
> 
> The issue is, I'm not able to have ajax and jquery calls in same page.
> 
> Is there any solution for this?
> 
> Your help is greatly appreciated. Thanks

jQuery.noConflict();
jQuery(document).ready(function($){

});
write this in javascript file from where you are callin function.
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to