Hi,
I have an AJAX script that gives suggestions fr the keyword search. So, if one types in "po" it will display a small select with
pollution
pops
population
Now, I would like to add to that the number of possible matches, such as
pollution 35
pops 12
population 47
But then, when the user selects one of these options, the selection box will display:
population 47
I guess with some javascript one can automatically delete the number... Any idea how to do this?
Thanks for any advice!
I have an AJAX script that gives suggestions fr the keyword search. So, if one types in "po" it will display a small select with
pollution
pops
population
Now, I would like to add to that the number of possible matches, such as
pollution 35
pops 12
population 47
But then, when the user selects one of these options, the selection box will display:
population 47
I guess with some javascript one can automatically delete the number... Any idea how to do this?
Thanks for any advice!
Comment