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' %> <script type="text/javascript">     jQuery.noConflict(); </script> <%= javascript_include_tag :defaults %>