A quick Google turned up this: http://yehudakatz.com/2007/01/31/using-jquery-in-rails-part-i/
Karl Rudd On Wed, Sep 3, 2008 at 4:38 PM, Jochen Kaechelin <[EMAIL PROTECTED]> wrote: > > Is it possible to use jquery in rails rjs files? > > I have a lot of files like: > > page[:item].replace_html render :partial => "foo" > page.call 'update_basket' > . > . > . > > I just looked at jquery and I would like to replace all my prototype > code. > > But when I do not include prototype "page.call" does not work with an > error message: > > "Ajax not defined" > > Is there a way to solve this problem? > > Thanx > > >

