I'm not a Rails person myself, but there's been plenty of Rails on this list, a little Google search should get you started.
If that isn't enough, just look at the Rails docs, and replace the prototype calls with jQuery equivalents. You'll need a basic understanding of how Rails does its JavaScript, else you won't be able to insert jQuery. Good luck! Dylan On 8/6/07, BigFisch <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm very novice at javascript, and the team I work with likes to use > jQuery. Now, I'm trying to learn and play around with things, but > there really isn't any content on the web related to jquery and rails. > I know there are guys that use it, but there isn't material I can > really learn off of. > > So, I was wondering if anyone can show me examples of using an "edit > in place" type of functionality with Rails, and or a "autocompletion" > functionality. > > I'd really appreciate some help, guidance, or what have you. > > -Daniel > >

