Can you use rjs with jquery?

can rjs be used with jquery?

Hi,
If you need to use jquery along with prototype than just set
jQuery.noConflict().

eg.

<%= javascript_include_tag ‘jquery’ %>

<%= javascript_include_tag :defaults %>