views:

88

answers:

2

hi,

anyone know how to create a suggestion box in ruby on rails? all the materials i found so far are about observe some text field and update some list in other , not related to suggestion box...

Thanks!

A: 

You can use a jQuery plugin, like this one:

http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/

Demo here:

http://jquery.bassistance.de/autocomplete/demo/

Robert Harvey
A: 

If you are using Ruby on rails I would suggest you to use auto_complete plugin, I have written two blogs on auto complete, please check here.

Vamsi