Auto_complete with no of occurance

Hi,
I have implemented auto complete text box by using auto_complete
plugins in rails 2 application.
Can I show the number of occurence of the text those display in the
list drived by auto_complete pugin?
just like google.
as example if I type “a” then it will show the list starting by “a”
with the
number of those text presence in the field of DB table.
Any idea will be great appreciable.

thanks in advace.

Ruhul A. wrote:

Hi,
I have implemented auto complete text box by using auto_complete
plugins in rails 2 application.
Can I show the number of occurence of the text those display in the
list drived by auto_complete pugin?
just like google.
as example if I type “a” then it will show the list starting by “a”
with the
number of those text presence in the field of DB table.
Any idea will be great appreciable.

thanks in advace.

use autocomplete js

Nike M. wrote:

use autocomplete js

Hi Mike,
Thanks for your reply. I have googled for the
autocomplete.js.But the
resultant items have no functionality that I am searching for( except
Yahoo! UI Library>autocomplete>AutoComplete.js, I haven’t tried it).

I have already used auto_complete plugin for auto complete list drive.
But it do not show the number how many times the text
is present in DB table.
as example…
while type “a”
It should show:
apple 10
angel 5
axe 30
Can I make clear? Please have a look in the attachment.Sorry for my
poor description.
Please…
Thanks in advance.
Amin

just follow this for auto complete