views:

118

answers:

1

I would like to implement an AJAX "autocomplete search" feature of my Ruby on Rails 3 application. I would like to use jQuery to implement the JavaScript portion.

Is there a popular approach (or tutorial) to implement this?

A: 

Railscast #205 might help: unobtrusive javascript

Tim
that was very helpful. thanks!
Andrew